fern-jit 0.0.0

JIT compiler for the fern bytecode runtime
Documentation
  • Coverage
  • 28.57%
    2 out of 7 items documented0 out of 5 items with examples
  • Size
  • Source code size: 4.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ethanuppal/fernjit
    0 0 6
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ethanuppal

fernjit

CI Code Style

I'm writing a JIT compiler for a bytecode runtime (tentatively called "fern") to learn about how JITs work!