-
A dedicated section will be added to the README to elaborate on the purpose and utilization of the stdlib, alongside a section documenting the deployment process to aid users in effectively leveraging…
-
### 🚀 The feature, motivation and pitch
ExecuTorch is intended for use in edge devices, even embedded systems. In these use cases it is required to reduce the size of the executable, and ExecuTorch…
-
-
I'm currently working on running Clippy to analyze Rust repositories that are being cross compiled.
The location of sysroot is decided based on the platform being compiled, such as `/build/amd64-ge…
-
Should we include a standard library to have useful circuits and stuff?
## Pros:
- Less verbose code
- Don't have to repeat code over and over
## Cons:
- More work
- Removes "esoteric" feeling of Logi…
-
One such example is `Regex.Match#group`. I'm unsure if there are others, but would be great if the could get the correct type.
-
Once the compiler is thoroughly tested and all of the basic features have been added, having a standard library would be a great addition, even if it's small. Consider adding math and vectors as a bar…
-
-
Currently we rely on globals such as `console`, `window` and such. Even worse, we have to inspect the environment whether it's a browser, worker, node and conditionally execute different code. This is…
-
This is going to require Clang 18+, and some future CMake version since the standard library modules are currently unsupported by any version of CMake.