Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
talyian authored Oct 14, 2024
1 parent 6afec59 commit 837a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play/main.js
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ var env = {
memory:memory,
};

fetch("build/gb_emulator.wasm")
fetch("play/gb_emulator.wasm")
.then((resp) => resp.arrayBuffer())
.then((wasm) => WebAssembly.instantiate(wasm, { env: env }))
.then((module) => {

0 comments on commit 837a034

Please sign in to comment.