unit-wasm icon indicating copy to clipboard operation
unit-wasm copied to clipboard

Development libraries for writing WebAssembly modules for NGINX Unit

Results 4 unit-wasm issues
Sort by recently updated
recently updated
newest added

Point people to the new wasm-wasi-component language module, but be upfront about its current limitations.

With this patch it's possible to run `CC=clang13 gmake examples' and get wasm files. However, ``` CC=clang13 gmake all ``` requires a bit more work.

First, let me say that I am by no means a *Rust* expert. However, I have noticed several cases while reviewing the Unit WASM "Rusty" API where the code is...

help wanted
question

When I try to build some of the examples with _clang_, using `clang -o myapp.wasm luw-echo-request.c -lunit-wasm`, I get this error: ``` /usr/bin/ld: /lib/x86_64-linux-gnu/libunit-wasm.a: error adding symbols: archive has no...