Decompile a WebAssembly .wasm to WAT text, pseudo-code, or portable C with wabt (wasm2wat, wasm-decompile, wasm2c) — in your browser.
Drop a WebAssembly .wasm to disassemble it to WAT text with wabt's wasm2wat, lift it to readable pseudo-code with wasm-decompile, or transpile it to portable C with wasm2c.