1
0
mirror of https://github.com/fluencelabs/marine.git synced 2025-03-31 13:11:03 +00:00

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