| Crates.io | mosaic-lang |
| lib.rs | mosaic-lang |
| version | 0.0.2-beta.3 |
| created_at | 2025-01-10 21:42:02.312969+00 |
| updated_at | 2025-02-15 05:45:58.542957+00 |
| description | A compiler for Mosaic. |
| homepage | |
| repository | https://github.com/ljp-projects/mosaic |
| max_upload_size | |
| id | 1511779 |
| size | 8,102,364 |
Mosaic is a small compiled language built using cranelift.
Mosaic needs the following libraries to run properly:
msc build)/bin/sh unless a custom path is specified)Documentation can be found in the docs directory or at the Mosaic website.
aarch64-apple-darwin Apple Silicon iMacs, MacBooks, etc…aarch64-unknown-linux-gnu Any Linux distro with an ARM64 chipx86_64-apple-darwin Intel iMacs, MacBooks, etc…x86_64-unknown-linux-gnu Windows WSL or any Linux distro with an x86_64 chipTheoretically, any architecture that cranelift supports and uses traditional UNIX paths (e.g. foo/bar/mod.msc) should work with Mosaic.
WASMmust_free annotated function leads
to the compiler not being able to check that the value was freed.