6 releases

Uses old Rust 2015

0.3.0 Oct 19, 2023
0.2.0 Aug 30, 2023
0.1.2 Aug 28, 2023

#428 in WebAssembly

Download history 7/week @ 2024-02-25 4/week @ 2024-03-10 79/week @ 2024-03-31

83 downloads per month

Apache-2.0

43KB
572 lines

Quickstart in Developing Rust WebAssembly Modules for Unit

The current version is published to crates.io. To get started with the SDK include unit-wasm as dependency.

cargo add unit-wasm

Prerequisites

  • target add wasm32-wasi. rustup target add wasm32-wasi

From Source

The Rust implementation is in an early stage. If you would like to build the crate by yourself, we have to generate the libunit-wasm first. This step is NOT included in the build process.

Dependencies

~0–1.8MB
~36K SLoC