|
|
|
|
|
by remexre
1714 days ago
|
|
Can I ask what kind of languages you're thinking of compiling? I was pretty excited about WASM too, until I realized it was bring-your-own-GC (which makes sense in retrospect I suppose), and libgc's WASM support had heavily atrophied last time I tried it (last year), such that it was freeing memory that was still in use(!!). If there's a high-quality GC for WASM you've used, I'd love to know about it for my own use! |
|
https://github.com/WebAssembly/design/issues/1397