Opaque handle to a JS object that the bridge has registered with
the WASM module.
Remarks
The shape (an integer slot id, a GC root token, an externref)
varies by bridge. Consumers must treat the handle as opaque and
round-trip it only through Bridge.fromWasmObject and
Bridge.release.
Opaque handle to a JS object that the bridge has registered with the WASM module.
Remarks
The shape (an integer slot id, a GC root token, an
externref) varies by bridge. Consumers must treat the handle as opaque and round-trip it only through Bridge.fromWasmObject and Bridge.release.