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 interested in running some code that uses wasm, but when running the benchmarks, it throws compile errors. For example:
Uncaught CompileError: WebAssembly.instantiateStreaming(): section (code 1, "Type") extends past end of the module (length 9396207, remaining bytes 1347243) @+8
Looking at the network tab and downloading the wasm binary from there, it is different than the file that is located in node_modules, so it seems like its being modified somewhere.
there is a CompileError thrown and the file brotli_wasm_bg.wasm fetched by the browser differs from the file in node_modules\brotli-wasm\pkg.web\brotli_wasm_bg.wasm
The text was updated successfully, but these errors were encountered:
I'm interested in running some code that uses wasm, but when running the benchmarks, it throws compile errors. For example:
Looking at the network tab and downloading the wasm binary from there, it is different than the file that is located in node_modules, so it seems like its being modified somewhere.
Here is a small test case
index.html
package.json
Reproduction steps:
Expected results:
Actual:
brotli_wasm_bg.wasm
fetched by the browser differs from the file innode_modules\brotli-wasm\pkg.web\brotli_wasm_bg.wasm
The text was updated successfully, but these errors were encountered: