tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

Compiling to WASM - Program Runs Forever and Eventually is killed by system

Open corveeNate opened this issue 4 years ago • 2 comments

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?

corveeNate avatar Aug 25 '21 19:08 corveeNate

#1972 same here. It seems they are not looking into this issue at all.

zluo01 avatar Sep 01 '21 19:09 zluo01

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?

codefromthecrypt avatar Sep 07 '22 08:09 codefromthecrypt