Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dasimmet/wabt


https://github.com/dasimmet/wabt

wabt wasm wasm2wat zig zig-package

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# [WebAssembly Binary Toolkit](https://github.com/WebAssembly/wabt.git) on the zig build system

this builds the [WebAssembly Binary Toolkit](https://github.com/WebAssembly/wabt.git) to
use on the [Zig](https://ziglang.org/) build system

# add to your project

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

# build.zig usage

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