6 releases

Uses old Rust 2015

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

#454 in WebAssembly

Download history 4/week @ 2024-02-23 3/week @ 2024-03-01 1/week @ 2024-03-08 3/week @ 2024-03-15 17/week @ 2024-03-29 1/week @ 2024-04-05 166/week @ 2024-04-12

166 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