Ben Chuanlong Du's Blog

It is never too late to learn.

Good Webassembly Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

wizer

wizer Don't wait for your Wasm module to initialize itself, pre-initialize it! Wizer instantiates your WebAssembly module, executes its initialization function, and then snapshots the initialized state out into a new WebAssembly module. Now you can use this new, pre-initialized WebAssembly module to hit the ground running, without making your users wait for that first-time set up code to complete.

extism

extism is a universal plug-in system which runs WebAssembly extensions inside your app.

modsurfer

modsurfer For developers, SRE, DevOps, and engineering leaders: understand what the WebAssembly in your system is all about. Modsurfer provides critical information about WebAssembly code through a handy GUI, or directly at your fingertips via our CLI.

observe-sdk

observe-sdk provides observability SDKs for WebAssembly, enabling continuous monitoring of WebAssembly code as it executes within a runtime.

chainsocket

chainsocket Proof of concept for a generative AI application framework powered by WebAssembly and Extism

wasi-nn

wasi-nn A proposed WebAssembly System Interface API for machine learning (ML).

https://github.com/second-state/WasmEdge-WASINN-examples

References

https://cosmonic.com/

https://www.secondstate.io/

Comments