[package] name = "wasm-message-passing-3nweb" version = "0.2.0" edition = "2021" description = "Allows message passing between WASM instance and its embedding (like 3NWeb client platform)" authors = ["3NSoft Inc. "] license = "LGPL-3.0+" repository = "https://github.com/3nsoft/wasm-message-passing-3nweb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib", "rlib"] [dependencies] wasm-bindgen = "0.2.78"