This website requires JavaScript.
Explore
Help
Sign In
gh_mirrors
/
unlock-music-web
Watch
1
Star
0
Fork
0
You've already forked unlock-music-web
mirror of
https://git.unlock-music.dev/um/web.git
synced
2025-01-20 19:59:18 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
unlock-music-web
/
build-wasm
12 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add README & Global Build Script for WASM
2022-11-21 04:55:43 +08:00
#!/usr/bin/env bash
set -e
pushd ./src/QmcWasm
bash build-wasm
popd
fix: KgmWasm build target
2022-11-24 21:41:09 +08:00
pushd ./src/KgmWasm
Add README & Global Build Script for WASM
2022-11-21 04:55:43 +08:00
bash build-wasm
popd
Reference in New Issue
Copy Permalink