This website works better with JavaScript.
Home
Explore
Help
Sign In
dnomd343
/
unlock-music
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
384
Commits
3
Branches
0
Tags
4.3 MiB
Tree:
e569719f97
20230320
20230724
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e569719f97'
${ noResults }
unlock-music
/
build-wasm
12 lines
112 B
Raw
Normal View
History
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