8 lines
339 B
Batchfile
8 lines
339 B
Batchfile
pushd "%~dp0"
|
|
|
|
@REM tinygo build -o ../simulator/sd/slot0/init.wasm -target wasm-unknown init.go
|
|
|
|
@REM zig build-exe init.zig -target wasm32-freestanding -fno-entry -O ReleaseSmall -femit-bin=../simulator/sd/slot0/init.wasm
|
|
zig build-exe init.zig -target wasm32-freestanding -O ReleaseSmall -femit-bin=../simulator/sd/slot0/init.wasm
|
|
|
|
popd |