mirror of
https://github.com/enso-org/enso.git
synced 2025-01-03 21:35:15 +03:00
db977692f7
As per https://github.com/luna/enso/issues/431
Original commit: 8f993cc1d2
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/impl
|