https://github.com/zicklag/hula
A multi-threaded lua runtime built on HVM.
https://github.com/zicklag/hula
Last synced: 6 months ago
JSON representation
A multi-threaded lua runtime built on HVM.
- Host: GitHub
- URL: https://github.com/zicklag/hula
- Owner: zicklag
- Created: 2023-10-21T13:57:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T13:59:08.000Z (about 2 years ago)
- Last Synced: 2024-12-29T16:40:02.428Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hula
A multi-threaded lua implementation built on [HVM].
Don't expect anything out of this **_at all_**. It's 99.999777% not going to work, but I wanted to see
how far I'd get.
[HVM]: https://github.com/HigherOrderCO/HVM/