mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +03:00
c50ad06976
* Closes #3077 * Closes #3100 * Adds a compilation-time configuration script that creates a `config/config.json` file which is then read by the `Makefile`/`justfile` and embedded into the Juvix binary.
7 lines
75 B
JSON
7 lines
75 B
JSON
{
|
|
"wasm": true,
|
|
"rust": true,
|
|
"clang": "clang",
|
|
"cargo": "cargo"
|
|
}
|