First of all, because normal Go generates super big size wasm bundle, I wanted to use tinygo .
I tried to run and test wasm bundling using the following example(in https://github.com/golang/go/wiki/WebAssembly) of
https://github.com/bobcob7/wasm-rotating-cube
Because I am using MacOS and cannot install llvm and tinygo(I couldn't install),
I ran tinygo inside docker container. However, although This is pretty very basic example, I got this error!? Did I something wrong? or tinygo hasn't support it yet?
"LLVM ERROR: Coroutines cannot handle non static allocas yet"