【发布时间】:2020-03-31 10:06:49
【问题描述】:
我正在对 pyodide js 进行一些研发,并在我的本地系统上实现它时遇到了一些问题..
这是我在浏览器上遇到的控制台错误.. 请建议如何解决这个问题..
pyodide.js:309 GET http://localhost:9090/pyodide.asm.wasm 404(找不到文件) index.html:1 Uncaught (in promise) TypeError: Failed to execute 'compile' on 'WebAssembly': HTTP status code is not ok pyodide.js:85 GET http://localhost:9090/pyodide.asm.data.js net::ERR_ABORTED 404(找不到文件)
【问题讨论】:
-
看起来
pyodide.asm.wasm和/或pyodide.asm.data.js只是服务器不提供服务。您确定可以通过上述网址加载它们吗?
标签: python webassembly pyodide