orca/ext/wasm3/platforms/embedded/wm_w600/build.sh

11 lines
165 B
Bash
Raw Normal View History

2023-04-12 14:21:03 +00:00
#!/bin/sh
rm -rf .output
mkdir -p .output/wasm3/obj/wasm3/
make COMPILE=gcc TARGET=wasm3 FLASH_SIZE=1M VERBOSE=YES
cp $WM_SDK/bin/wasm3/* ./.output/
rm test.bin