marine/web-runtime/build.sh

5 lines
171 B
Bash
Raw Normal View History

2022-01-21 19:06:06 +03:00
#! /bin/bash
2021-12-10 16:21:25 +03:00
wasm-pack build -d marine-web-pkg --target web
wasm-pack build -d marine-node-pkg --target nodejs
wasm-pack build --no-typescript --release -d marine-any-pkg