Replies: 2 comments 1 reply
|
|
0 replies
|
the WebAssembly GC is mentioned in the LTO issue, did this other issue WebAssembly/gc#59 ever moved forward ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, there - I'm compiling to a WASM file through TinyGo, and I notice that compiling through TinyGo is significantly slower than compiling through Go. TinyGo takes 2-3 seconds or so, while Go is almost instantaneous for the same files I have. The output is usable either way, so I know Go isn't producing an empty WASM file, for example.
Any ideas for build options to specify to speed up TinyGo's compilation speed? I have
opt=0already.All reactions