Docs.rs
tinywasm-0.3.0
tinywasm 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
explodingcamera
Dependencies
libm ^0.2
normal
log ^0.4
normal
tinywasm-parser ^0.3.0-alpha.0
normal
tinywasm-types ^0.3.0-alpha.0
normal
eyre ^0.6
dev
owo-colors ^4.0
dev
plotters ^0.3
dev
pretty_env_logger ^0.5
dev
serde ^1.0
dev
serde_json ^1.0
dev
wast ^70.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tinywasm
0.3.0
Module runtime
Structs
Traits
In crate tinywasm
?
Module
tinywasm
::
runtime
source
·
[
−
]
Expand description
Runtime for executing WebAssembly modules.
Structs
§
InterpreterRuntime
The main TinyWasm runtime.
Stack
A WebAssembly Stack
Traits
§
Runtime
A WebAssembly runtime.