Got blackholio working
This commit is contained in:
parent
c64475b0a4
commit
9456d51538
6 changed files with 1115 additions and 366 deletions
|
|
@ -5,9 +5,9 @@ shift;
|
|||
|
||||
if [[ "$func" == "publish" ]]; then
|
||||
zig build -freference-trace=100 || exit 1
|
||||
spacetime logout
|
||||
#spacetime logout
|
||||
spacetime login --server-issued-login local
|
||||
spacetime publish -y --server local --bin-path=zig-out/bin/stdb-zig-helloworld.wasm
|
||||
spacetime publish -y --server local --bin-path=zig-out/bin/blackholio.wasm blackholio
|
||||
DB_HASH=$(spacetime list 2>/dev/null | tail -1)
|
||||
spacetime logs $DB_HASH
|
||||
exit $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue