unit-wasm

Crates.iounit-wasm
lib.rsunit-wasm
version0.4.0
created_at2023-08-03 12:28:33.209976+00
updated_at2025-05-14 20:01:15.586591+00
descriptionWASM SDK for NGINX Unit
homepage
repository
max_upload_size
id933590
size14,710
Andrew Clayton (ac000)

documentation

README

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-wasip1. rustup target add wasm32-wasip1

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.

Commit count: 0

cargo fmt