docs.rs failed to build gs2compiler-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
gs2-parser
This is a compiler for the Graal Script 2 (GS2) language.
Prerequisites
Before building, clone the repository and recursively clone the submodules:
Building
You can build the project using CMake:
Building (Wasm)
First, ensure you have Emscripten installed. Then, you can build the project using CMake:
The resulting gs2test.js
file can be imported into a webpage.
Running
The non-wasm build can be run using the following command: