enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.35k stars 323 forks source link

Building engine builds WASM parser #10343

Open kazcw opened 3 months ago

kazcw commented 3 months ago

The build script builds the WASM version of the parser when building the engine, e.g. when running ./run backend ci-check, test jvm, or test standard-library. The engine doesn't use any WASM artifacts, so we could save a lot of CI build time by only building the JNI version of the parser when building the engine.