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

compiler: Fix wasmimport -> wasmexport in error message #4616

Closed dgryski closed 2 days ago

dgryski commented 2 days ago

Fixes #4615

aykevl commented 2 days ago

Oops, thanks for the fix!