mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-07 13:43:03 +03:00
8 lines
50 B
Bash
Executable File
8 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
./build.sh
|
|
|
|
python3 server.py
|