First "usable" version zig on spacetimedb
This commit is contained in:
parent
31de354ce4
commit
ba5cadfb1b
5 changed files with 568 additions and 254 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#!/bin/bash
|
||||
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/stdb-zig-helloworld.wasm
|
||||
DB_HASH=$(spacetime list 2>/dev/null | tail -1)
|
||||
spacetime logs $DB_HASH
|
||||
Loading…
Add table
Add a link
Reference in a new issue