tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
15.49k stars 913 forks source link

internal/wasm-tools, syscall: update to wasm-tools-go@v0.3.1 #4577

Closed ydnar closed 2 weeks ago

ydnar commented 2 weeks ago

wasm-tools-go@v0.3.1 introduces a new method (cm.Result).Result() to improve the ergonomics of using Result types.

No functional changes.