koute / polkavm

A fast and secure RISC-V based virtual machine
Apache License 2.0
235 stars 47 forks source link

64bit support: front end #149

Closed xermicus closed 2 weeks ago

xermicus commented 1 month ago

The first PR for riscv64 support, implementing it in the front end. Should leave the 32bit instruction set completely intact.

Changes:

koute commented 2 weeks ago

Thanks!