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
[dependencies.wasm-bindgen]
version = "0.2.78"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["3NSoft Inc. <hq@3nsoft.com>"]
description = "Allows message passing between WASM instance and its embedding (like 3NWeb client platform)"
edition = "2021"
license = "LGPL-3.0+"
name = "wasm-message-passing-3nweb"
repository = "https://github.com/3nsoft/wasm-message-passing-3nweb"
resolver = "2"
version = "0.2.0"