dasimmet/wabt
This repository has no description.
this builds the WebAssembly Binary Toolkit to use on the Zig build system
zig fetch --save git+https://github.com/dasimmet/wabt.git
const wabt = @import("wabt");
const my_wat: LazyPath = wabt.wasm2wat(b.path("my.wasm"), "my.wat");