Skip to content

Commit

Permalink
First working version with wasm!
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Mar 15, 2019
1 parent c7d1982 commit 885313c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions Makefile.fish
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,21 @@ function build

for crate in $wasm_execs

if test (count $argv[1]) -gt 0 -a $argv[1] = "--release"

set mode

else

set mode --debug

end

pushd $crate

echo "wasm-pack build $argv[1] $crate"
echo "wasm-pack build $mode $crate"

wasm-pack build $argv[1] --target no-modules; or exit 1
wasm-pack build $mode --target no-modules; or exit 1

popd

Expand Down
2 changes: 1 addition & 1 deletion ekke_core
2 changes: 1 addition & 1 deletion ekke_core_frontend
2 changes: 1 addition & 1 deletion ekke_io

0 comments on commit 885313c

Please sign in to comment.