wasm-rpc 0.2.17

WASM rpc is a standard interface to programs that compile to WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["derive"]
version = "1.0.114"

[dependencies.serde_bytes]
version = "0.11.3"

[dependencies.serde_cbor]
version = "0.11.1"

[package]
authors = ["Mason Fischer <mason@kissr.co>"]
description = "WASM rpc is a standard interface to programs that compile to WebAssembly"
license = "MIT"
name = "wasm-rpc"
version = "0.2.17"