Uncaught (in promise) CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0

Uncaught (in promise) CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0

我在 运行 我的 Ruby 上 rails 6 应用程序的区域设置(Ubuntu 18.04 使用 chrome)时出现以下错误:

Uncaught (CardanoSerializationLib.ts:15  in promise) CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0

GET http://localhost:3000/wasm/csl-v10.0.4.wasm 404 (Not Found)

`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:
 TypeError: Failed to execute 'compile' on 'WebAssembly': HTTP status code is not ok

似乎影响了 webpacker,无法呈现我的页面。

看起来禁用 Eternl 钱包扩展可能是一个临时修复,同时团队正在研究它: https://github.com/ccwalletio/tracker/issues/119