We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initGo LinkError: WebAssembly.instantiate(): Import #5 module="go" function="runtime.walltime" error: function import requires a callable(env: macOS,mp,1.05.2204250; lib: 2.25.0)
The text was updated successfully, but these errors were encountered:
原因:Go官方每次大版本更新时,可能会修改.wasm编译文件和wasm_exec.js文件。本项目使用的Go版本号1.16.3,如果读者使用的另一个Go版本号,比如1.17等,则会出现该错误。 解决方法:要么调整为与本项目相同的版本号,要么按照项目源代码修改不同版本号的wasm_exec.js文件。
Sorry, something went wrong.
No branches or pull requests
initGo LinkError: WebAssembly.instantiate(): Import #5 module="go" function="runtime.walltime" error: function import requires a callable(env: macOS,mp,1.05.2204250; lib: 2.25.0)
The text was updated successfully, but these errors were encountered: