5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
wasmcli rest-server --laddr tcp://0.0.0.0:1317 --trust-node --cors
|