marine/web-runtime/build.sh
2022-01-21 19:06:06 +03:00

5 lines
171 B
Bash
Executable File

#! /bin/bash
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