Skip to content

Commit

Permalink
fix: prepare.js copy file failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dulingzhi committed May 23, 2024
1 parent cbabd0a commit 25f0408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ async function main() {
}
}

await fs.mkdir('out');
await fs.copyFile("node_modules/wasmoon/dist/glue.wasm", path.join('out', "glue.wasm"));
await fs.copyFile("node_modules/wasmoon/dist/index.js", path.join('out', "wasmoon.js"));
}
Expand Down

0 comments on commit 25f0408

Please sign in to comment.