Replies: 1 comment 4 replies
-
Wasm 是默认支持的,参考 引用 Wasm 资源。 如果有问题的话,可以执行 npx modern upgrade 升级试一下 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
项目是modernjs+ rspack,wasm是用wasm-bindgen编译打成npm包的,引入项目会直接提示 :
Uncaught (in promise) TypeError: xxx_bgwasm.__wbindgen_start is not a function
文档上也没找到哪里可以配置 asyncWebAssembly 属性
Beta Was this translation helpful? Give feedback.
All reactions