tinywasm 0.0.2

A tiny WebAssembly interpreter
Documentation
[dependencies.log]
optional = true
version = "0.4"

[dependencies.tinywasm-parser]
default-features = false
optional = true
version = "0.0.2"

[dependencies.tinywasm-types]
default-features = false
version = "0.0.2"

[features]
default = ["std", "parser", "logging"]
logging = ["log", "tinywasm-types/logging", "tinywasm-parser?/logging"]
parser = ["tinywasm-parser"]
std = ["tinywasm-parser?/std", "tinywasm-types/std"]

[lib]
name = "tinywasm"
path = "src/lib.rs"

[package]
authors = ["Henry Gressmann <mail@henrygressmann.de>"]
description = "A tiny WebAssembly interpreter"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "tinywasm"
repository = "https://github.com/explodingcamera/tinywasm"
version = "0.0.2"