|
|
|
|
|
by konsoletyper
1963 days ago
|
|
There are separate compiler backends for Wasm and JS. JS BE does not support WeakReferences (or rather supports them as a class, but does not support weak reference semantics). For Wasm BE I written my own GC, which supports weak references. |
|