mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-11-05 08:31:25 +00:00
Add README & Global Build Script for WASM
This commit is contained in:
11
build-wasm
Normal file
11
build-wasm
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
pushd ./src/QmcWasm
|
||||
bash build-wasm
|
||||
popd
|
||||
|
||||
pushd ./src/QmcWasm
|
||||
bash build-wasm
|
||||
popd
|
||||
Reference in New Issue
Block a user