Skip to content

Commit

Permalink
move config to config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
milomg authored and 1whatleytay committed Oct 18, 2024
1 parent 27579d1 commit 1464d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"author": "Taylor Whatley",
"scripts": {
"wasm": "RUSTFLAGS=\"-C target-feature=+bulk-memory\" wasm-pack build ./src-wasm --out-dir ../src/utils/mips/wasm",
"wasm": "wasm-pack build ./src-wasm --out-dir ../src/utils/mips/wasm",
"dev": "yarn wasm && vite",
"build": "yarn wasm && vue-tsc --noEmit && vite build",
"preview": "vite preview",
Expand Down
2 changes: 2 additions & 0 deletions src-wasm/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags=["-C", "target-feature=+bulk-memory"]

0 comments on commit 1464d01

Please sign in to comment.