mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
5 lines
171 B
Bash
Executable File
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 |