can nottinygc support wasm?
Taoja opened this issue · 1 comments
Taoja commented
tinygo gc has memory overflow in wasm。
can nottinygc support wasm?
anuraaga commented
Hi @Taoja - nottinygc is meant to be used with Wasm. However, depending on usage there are memory leaks that we haven't been able to resolve, it's unfortunately difficult when the compiler (TinyGo) and the GC library are decoupled. I'm hoping the official Go compiler's support for wasmexport
will be a good way forward.