Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
pannous committed Sep 12, 2024
1 parent 61b003e commit 981ba77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/upload_to_pannous.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
increase-package-version.py wasp.js
git -c color.ui=false commit -a -m '' --allow-empty-message
git push
ssh pannous.com "cd wasp && git pull"
ssh pannous.com "cd wasp && git pull"
scp ../cmake-build-wasm-hosted/wasp-hosted.wasm pannous.com:~/wasp/ &
scp ../cmake-build-wasm-runtime/wasp-runtime.wasm pannous.com:~/wasp/ &
scp ../cmake-build-wasm-debug/wasp-debug.wasm pannous.com:~/wasp/ &
2 changes: 1 addition & 1 deletion docs/wasp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* WASP: WebAssembly Programming Language API/ABI
* version="1.0.17",
* version="1.0.18",
* This file contains the javascript counterpoint to the WASP runtime,
* offering host functions to wasi/wasp modules, like download() and run_wasm()
* Converts wasm types to/from JS objects via node() and string() as a shim for wasm GC types
Expand Down

0 comments on commit 981ba77

Please sign in to comment.