|
|
|
|
|
by kllrnohj
1519 days ago
|
|
> JS host VMs have very good GCs these days Aren't all of them single-threaded, though? That is, they only work in a VM with a single thread which the GC shares? Since WASM is supposedly finally bringing real multi threading to the web, how would that work? It seems like you'd need a new GC for WASM rather then just repurposing the JS GC. |
|