unit-wasm
                                
                                 unit-wasm copied to clipboard
                                
                                    unit-wasm copied to clipboard
                            
                            
                            
                        Development libraries for writing WebAssembly modules for NGINX Unit
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...
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...