Zigistry
  • Packages
  • Programs
  • Statistics
  • Apps
  • API
  • About
  • Help
  • Star
© 2024Rohan Vashisht
  • About
  • Help
  • GitHub
misshodwabt

dasimmet/wabt

Apache-2.0

This repository has no description.

1100
5
wabt,wasm,wasm2wat,zig,zig-package
 
build.zig.zonbuild.zig
View package on GitHub

WebAssembly Binary Toolkit on the zig build system

this builds the WebAssembly Binary Toolkit to use on the Zig build system

add to your project

zig fetch --save git+https://github.com/dasimmet/wabt.git

build.zig usage

const wabt = @import("wabt");
const my_wat: LazyPath = wabt.wasm2wat(b.path("my.wasm"), "my.wat");
wabt
picosha
wasmc