Skip to content

Commit

Permalink
chore(just) Fix the default option value for compile-wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Dec 9, 2018
1 parent 6012050 commit 508bd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
compile-wasm FILE='tests/toy':
compile-wasm FILE='examples/simple':
#!/usr/bin/env bash
set -euo pipefail
rustc --target wasm32-unknown-unknown -O --crate-type=cdylib {{FILE}}.rs -o {{FILE}}.raw.wasm
Expand Down

0 comments on commit 508bd78

Please sign in to comment.