将 wasm 项目加入node 项目的依赖: # package.json { "dependencies": { "utils": "file:../utils/pkg" } }. 在js 中引入: // 编译时引入 import ...
確定! 回上一頁