#wasm-interpreter #standard #no-std

no-std bin+lib wasper

使用 Rust 编写的不带标准库的 WebAssembly 解释器

4 个版本

0.1.3 2023 年 8 月 13 日
0.1.2 2023 年 8 月 13 日
0.1.1 2023 年 8 月 12 日
0.1.0 2023 年 8 月 11 日

#734WebAssembly

MIT 许可证

180KB
5K SLoC

wasper

wasper 是一个使用 Rust 编写的不带标准库的 WebAssembly 解释器。

规范测试

$ git submodule init
$ git submodule update

- Running tests
$ cargo test

- Running tests with logging
$ RUST_LOG=info cargo test

依赖项

~570KB
~11K SLoC