@lelantos-org/sdk / sync / WireWasmConfig
Interface: WireWasmConfig โ
Defined in: @lelantos-org/sdk/dist/sync/worker/protocol.d.ts:7
Wasm loader overrides forwarded on init. Required for bundlers that rewrite new URL(..., import.meta.url) inside worker chunks โ without it the wasm load in the worker hangs silently.
Properties โ
jubjubModuleUrl โ
ts
jubjubModuleUrl: string;Defined in: @lelantos-org/sdk/dist/sync/worker/protocol.d.ts:8
jubjubWasmUrl โ
ts
jubjubWasmUrl: string;Defined in: @lelantos-org/sdk/dist/sync/worker/protocol.d.ts:9