watson 0.5.0

a no_std web assembly loader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "watson"
version = "0.5.0"
authors = ["Richard Anaya"]
edition = "2018"
description = "a no_std web assembly loader"
license = "MIT OR Apache-2.0"
categories = ["wasm", "no-std"]
repository = "https://www.github.com/richardanaya/watson"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
webassembly = "0.5.0"
serde = { version = "1.0", default-features = false, features = ["alloc","derive"] }