mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# run this script from the wasm folder ./scripts/build_web_release.sh
|
|
npx wasm-pack build --scope swc
|