mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 18:01:38 +03:00
e6642e8df3
Original commit: 568fa87533
3 lines
85 B
Bash
Executable File
3 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
wasm-pack build $@ --no-typescript --out-dir '../../target/web' lib/core
|