mirror of
				https://git.unlock-music.dev/um/web.git
				synced 2025-11-04 08:13:30 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			112 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			112 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
set -e
 | 
						|
 | 
						|
pushd ./src/QmcWasm
 | 
						|
bash build-wasm
 | 
						|
popd
 | 
						|
 | 
						|
pushd ./src/KgmWasm
 | 
						|
bash build-wasm
 | 
						|
popd
 |