nowasm 0.0.1

No-std, no-unsafe and no-dependencies WebAssembly 1.0 runtime library
Documentation
[dependencies]

[dev-dependencies.clap]
features = ["derive"]
version = "4.5.7"

[dev-dependencies.orfail]
version = "1.1.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.203"

[dev-dependencies.serde_json]
version = "1.0.117"

[[example]]
crate-type = ["cdylib"]
name = "add"
path = "examples/wasm/add.rs"

[[example]]
crate-type = ["cdylib"]
name = "fib"
path = "examples/wasm/fib.rs"

[[example]]
crate-type = ["cdylib"]
name = "hello"
path = "examples/wasm/hello.rs"

[features]
default = ["std", "sign_extension"]
sign_extension = []
std = []

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
categories = ["no-std"]
description = "No-std, no-unsafe and no-dependencies WebAssembly 1.0 runtime library"
edition = "2021"
homepage = "https://github.com/sile/nowasm"
license = "MIT"
name = "nowasm"
readme = "README.md"
repository = "https://github.com/sile/nowasm"
version = "0.0.1"