|
|
|
|
|
by marianoguerra
497 days ago
|
|
not sure what's the current status of Go so there are two alternatives: if they are targeting Wasm pre Wasm-GC then they have to ship their GC in the Wasm module and it can't interoperate with "the outside world" if they use Wasm-GC then they use the host's GC and values can be shared with the host and other guests. |
|
Go will continue to use its own GC for the foreseeable future.