https://github.com/lethalbit/uiharu
JIT/AOT machine code generation crate for Rust
https://github.com/lethalbit/uiharu
Last synced: 10 months ago
JSON representation
JIT/AOT machine code generation crate for Rust
- Host: GitHub
- URL: https://github.com/lethalbit/uiharu
- Owner: lethalbit
- License: bsd-3-clause
- Created: 2022-08-01T14:30:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T15:27:57.000Z (about 1 year ago)
- Last Synced: 2025-03-22T12:12:02.922Z (11 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# U-i-ha-ru~
Uiharu is a, mostly for fun JIT library that implements it's machine code generation as a pluggable backend.
## License
Uiharu is licensed under the [BSD-3-Clause], the full text of which can be found in the [LICENSE] file.
[BSD-3-Clause]: https://spdx.org/licenses/BSD-3-Clause.html
[LICENSE]: ./LICENSE