tinygo
tinygo copied to clipboard
Compiling to WASM - Program Runs Forever and Eventually is killed by system
When running
tinygo build -o bin/wasm/test.wasm -target=wasm main.go
In my project, tinygo runs indefinitely until my system kills the process. I'm never notified of circular dependencies or the like. This code successfully compiles with the regular go compiler. How can I determine what the issue is?
#1972 same here. It seems they are not looking into this issue at all.
I wonder what would make this better. For example, -printir is pretty verbose. Maybe there could be another log level that can give some higher level info which could help folks understand if things are progressing or not?