Skip to content

Commit

Permalink
bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
tobylai-toby committed Aug 29, 2024
1 parent 51a75e4 commit 77de6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/arenaless/bundler-specrial.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import xxx from "xxx?base64";
```
#### ?wasm 导入wasm实例
导入一个`Promise<WebAssembly.Instance>`形式的wasm文件。
> 这个相关的东西你可以到`examples/wasm-hello-world`查看
> 这个相关的东西你可以到ArenaLess-Bundler仓库的`examples/wasm-hello-world`查看
```typescript
import hellowasm from "hellowasm.wasm?wasm";
hellowasm().then((instance:WebAssembly.Instance)=>{
Expand Down

0 comments on commit 77de6c9

Please sign in to comment.