Opaque handle to a JS string the bridge has registered with the WASM module.

As with WasmObjectHandle, the shape varies by bridge — UTF-8 length-prefixed pointer, slot id, externref of the JS string, future stringref — and the handle is opaque to the caller.

interface WasmStringHandle {
    __kind: "WasmStringHandle";
}

Properties

Properties

__kind: "WasmStringHandle"