mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-16 04:50:49 +00:00
8 lines
270 B
PowerShell
8 lines
270 B
PowerShell
|
|
New-Item -ItemType Directory -Force -Path ./wasm
|
|
wasm-pack build ../../air-interpreter --no-typescript --release -d ../avm/client/wasm
|
|
|
|
New-Item -ItemType Directory -Force -Path ./dist
|
|
cp wasm/air_interpreter_client_bg.wasm dist/avm.wasm
|
|
cp dist/avm.wasm src/__test__/
|