-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I keep getting this error when using the typescript zenoh!
Failed to load Zenoh: wasm.__wbindgen_start is not a function. (In 'wasm.__wbindgen_start()', 'wasm.__wbindgen_start' is undefined)
Zenoh TS uses WASM and often fails in Node/Bun. For agent/actor Zenoh features use the Python SDK (vitrus-sdk-python). See https://github.com/eclipse-zenoh/zenoh-ts
868 | throw new Error('Must be authenticated as this actor to broadcast');
869 | }
870 | await this.ensureZenohSession();
871 | if (!this.zenohSession || !this.getZenohEndpoint()) {
872 | if (this.zenohLoadFailed) {
873 | throw new Error('Zenoh could not be loaded in this runtime (WASM not supported in Node/tsx). Use the Python SDK (vitrus-sdk-python) for broadcast and agent-actor communication.');
^
error: Zenoh could not be loaded in this runtime (WASM not supported in Node/tsx). Use the Python SDK (vitrus-sdk-python) for broadcast and agent-actor communication.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels