Skip to content

Commit

Permalink
add wasm release
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Sep 10, 2023
1 parent 9aa11d4 commit ecb7644
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/gameboy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.ts
README.md
LICENSE
package.json
3 changes: 3 additions & 0 deletions docs/gameboy/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import * as wasm from "./index_bg.wasm";
export * from "./index_bg.js";
wasm.__wbindgen_start();
Loading

0 comments on commit ecb7644

Please sign in to comment.