Skip to content

Commit

Permalink
add nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp committed Jun 2, 2022
1 parent a005793 commit ecc729a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jsvm:
cd jsvm && ./build.sh && cd ..
cp jsvm/jsvm.wasm res/jsvm.wasm

jsvm-nightly:
echo "Building jsvm.wasm..."
cd jsvm && NEAR_NIGHTLY=1 ./build.sh && cd ..
cp jsvm/jsvm_nightly.wasm res/jsvm_nightly.wasm

qjsc:
echo "Building qjsc bytecode compiler"
cd quickjs && ./build.sh && cd ..
Expand Down
Binary file added res/jsvm_nightly.wasm
Binary file not shown.

0 comments on commit ecc729a

Please sign in to comment.