wasper

Crates.iowasper
lib.rswasper
version0.1.3
sourcesrc
created_at2023-08-11 14:16:18.677384
updated_at2023-08-13 03:04:27.840487
descriptionA Webassembly interpreter written in Rust without standard library
homepage
repositoryhttps://github.com/whtsht/wasper
max_upload_size
id941958
size193,914
(whtsht)

documentation

https://docs.rs/wasper

README

wasper

wasper is a WebAssembly interpreter written in Rust without standard library.

Spec test

$ git submodule init
$ git submodule update

- Running tests
$ cargo test

- Running tests with logging
$ RUST_LOG=info cargo test
Commit count: 68

cargo fmt