This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
unblock-music-web
mirror of
https://git.unlock-music.dev/um/web
Watch
1
Star
0
Fork
You've already forked unblock-music-web
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b1d97ea85c
main
v1.10.8
v1.10.6
v1.10.5
v1.10.0
v1.10.0-beta.1
v1.9.1
v1.9.0
v1.9.0-beta
v1.8.1
v1.8.0
v1.7.2
v1.7.1
v1.7.0
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.10.7
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b1d97ea85c'
${ noResults }
unblock-music-web
/
build-wasm
12 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add README & Global Build Script for WASM
2 years ago
#!/usr/bin/env bash
set -e
pushd ./src/QmcWasm
bash build-wasm
popd
fix: KgmWasm build target
2 years ago
pushd ./src/KgmWasm
Add README & Global Build Script for WASM
2 years ago
bash build-wasm
popd