Fix deprecated wasm_bindgen init call in internal-dev worker

This commit is contained in:
mfahampshire
2026-04-01 14:05:19 +01:00
parent 3dd1658c08
commit 9790033f7b
+1 -1
View File
@@ -252,7 +252,7 @@ async function main() {
// load rust WASM package
sendLog('Loading Rust WASM...');
await wasm_bindgen(RUST_WASM_URL);
await wasm_bindgen({ module_or_path: RUST_WASM_URL });
sendLog('Loaded Rust WASM');
// load go WASM package