Open monperrus opened 5 years ago
wasm-decompile https://v8.dev/blog/wasm-decompile
Hosting Blazor WebAssembly in Nginx https://www.endycahyono.com/article/hosting-blazor-webassembly-in-nginx
z3.wasm
https://github.com/cpitclaudel/z3.wasm
This repo contains a build script to compile Z3 to WebAssembly using emscripten. To make things more reproducible, the build script may be run in a Vagrant VM.
aWsm - An Awesome Wasm Compiler and Runtime https://github.com/gwsystems/awsm
Souper in wasmtime-codegen
https://github.com/bytecodealliance/wasmtime/blob/76d3fb61c3/cranelift/peepmatic/README.md
Just published my collection of wasm tools: https://github.com/vshymanskyy/awesome-wasm-tools
Hope this is helpful.. Feel free to contribute!
Thanks @vshymanskyy we have a WASM superoptimizer and a WASM superdiversifier for your awesome list :)
@monperrus would love to accept some PRs! For superdiversifier, it would be cool to see some simple Getting Started guide.
LAM: an actor-model VM for WebAssembly and native https://notamonadtutorial.com/lam-an-actor-model-vm-for-webassembly-and-native-d7939362e1b8
WASM Tooling in Rust by Fastly and Bytecode Alliance: https://github.com/bytecodealliance/wasm-tools (@Jacarte is now contributing to it)
wasm-mutate is a new tool for fuzzing Wasm compilers, runtimes, validators, and other Wasm-consuming programs. https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-mutate
we collect open-source tools here