wasm-message-passing-3nweb 0.2.0

Allows message passing between WASM instance and its embedding (like 3NWeb client platform)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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. <hq@3nsoft.com>"]
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"