|
|
|
|
|
by zozbot234
462 days ago
|
|
I think the Wasm backends for both Golang and LLVM have yet to support the Wasm GC extension, which would likely be needed for anything like real parity with JS. The present approach is effectively including a full GC implementation alongside your actual Golang code and running that within the Wasm linear memory array, which is not a very sensible approach. |
|
https://github.com/golang/go/issues/63904#issuecomment-22536...