Files
Randy Reddig c02a8141c7 internal/wasm-tools, syscall: update to wasm-tools-go@v0.3.1 (#4577)
* internal/wasm-tools, internal/cm: update wasm-tools-go to v0.3.1 and regenerate bindings

* syscall: use new (cm.Result).Result() method instead of OK() and Err()
2024-11-04 14:32:17 -08:00
..

wasm-tools directory

This directory has a separate go.mod file because the wasm-tools-go module requires Go 1.22, while TinyGo itself supports Go 1.19.

When the minimum Go version for TinyGo is 1.22, this directory can be folded into internal/tools and the go.mod and go.sum files deleted.