Adding wasm_message_passing_3nweb
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add wasm-message-passing-3nweb
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
wasm-message-passing-3nweb = "0.2.0"
The wasm_message_passing_3nweb
library will be automatically available globally.
Read the wasm_message_passing_3nweb
library documentation.
Back to the crate overview.