Skip to content

LLVM ERROR: Coroutines cannot handle non static allocas yet #234

@maxn0d3x

Description

@maxn0d3x

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions