mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 17:50:51 +00: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
|