wasilibs / nottinygc

Higher-performance allocator for TinyGo WASI apps
MIT License
64 stars 6 forks source link

can nottinygc support wasm? #48

Closed Taoja closed 4 months ago

Taoja commented 4 months ago

tinygo gc has memory overflow in wasm。 can nottinygc support wasm?

anuraaga commented 4 months ago

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.