You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
Uncaught (in promise) DOMException: Worker.postMessage: The WebAssembly.Memory object cannot be serialized. The Cross-Origin-Opener-Policy and Cross-Origin-Embedder-Policy HTTP headers can be used to enable this.
_workers http://localhost:8080/pkg/snippets/wasm-bindgen-rayon-7afa899f36665473/src/workerHelpers.js:98
startWorkers http://localhost:8080/pkg/snippets/wasm-bindgen-rayon-7afa899f36665473/src/workerHelpers.js:78
__wbg_startWorkers_6fd3af285ea11136 http://localhost:8080/pkg/port1.js:421
initThreadPool http://localhost:8080/pkg/port1.js:148
run http://localhost:8080/:72
async* http://localhost:8080/:99
Running the code below in browser after compiling it to wasm, results in an error. (src :
llama2.rs.wasm/port1/src/lib.rs
Lines 551 to 559 in ee1034c
Code :
Result :
Related : rayon-rs/rayon#1081
The text was updated successfully, but these errors were encountered: