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
I'm trying to use blake3 in an Angular project. The instructions in the README file for browser use seem incorrect.
Importing blake3/browser-async fails to find the module. Using the import blake3/browser.mjs compiles but then the browser produces this error:
Security Error: Content at http://localhost:4200/shop may not load or link to file:///path/to/my/project/node_modules/blake3-wasm/esm/wasm/blake3.wasm.
It seems to not be packaging things correctly.
The text was updated successfully, but these errors were encountered:
I'm trying to use
blake3
in an Angular project. The instructions in the README file for browser use seem incorrect.Importing
blake3/browser-async
fails to find the module. Using the importblake3/browser.mjs
compiles but then the browser produces this error:It seems to not be packaging things correctly.
The text was updated successfully, but these errors were encountered: