Crates.io | wasper |
lib.rs | wasper |
version | 0.1.3 |
source | src |
created_at | 2023-08-11 14:16:18.677384 |
updated_at | 2023-08-13 03:04:27.840487 |
description | A Webassembly interpreter written in Rust without standard library |
homepage | |
repository | https://github.com/whtsht/wasper |
max_upload_size | |
id | 941958 |
size | 193,914 |
wasper is a WebAssembly interpreter written in Rust without standard library.
$ git submodule init
$ git submodule update
- Running tests
$ cargo test
- Running tests with logging
$ RUST_LOG=info cargo test