JVM in Rust, written as a learning project.
Stars
530
Forks
33
Watchers
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
657
commits
19
1
classfile: reimpl OpCode converter
5678df3
classfile: fmt
2293e44
vm: just Oop::Null seems ok
26dd353
vm: cache pc to access fast
8d33593
vm: cache codes to access fast
447122c
Update LICENSE
e62069c
vm: when invoke native avoid clone
7e73b6f
vm: cache native method
6ed9130
vm: extract pop_value
50e7ff9
vm: make fn inline
6282135
vm: etract real type when needed
22f0d18
vm: refact
d0d3ba0
vm: refact OpCode IF in macro
dfff2b2
vm: extract TypeArrayEnum
c0f53ee
vm: reimpl opcode math op in macro
faadf7d