mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-03 16:12:29 +03:00
8 lines
56 B
Bash
Executable File
8 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
python3 build.py
|
|
|
|
python3 server.py
|