mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03:00
7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
wasm-pack build --target web
|
|
python3 -m http.server
|