Open
Description
Hi,
I tried compiling mcp-go using the latest version of TinyGo with the wasi / wsaip2 target, but ran into the following linker errors:
wasm-ld: error: lto.tmp: undefined symbol: os/signal.signal_enable
wasm-ld: error: lto.tmp: undefined symbol: os/signal.signal_recv
I came across a similar issue that was previously closed as resolved, but I’m still hitting this with the current setup. Any guidance or workaround would be much appreciated!
Thanks!