embive 0.7.1

Embive is an interpreter/virtual-machine that leverages RISC-V bytecode, enabling sandboxed code execution on tiny devices (e.g. microcontrollers).
Documentation
mod addi;
mod addi16sp;
mod addi4spn;
mod and;
mod andi;
mod beqz;
mod bnez;
mod ebreak_jalr_add;
mod j;
mod jal;
mod jr_mv;
mod li;
mod lui;
mod lw;
mod lwsp;
mod or;
mod slli;
mod srai;
mod srli;
mod sub;
mod sw;
mod swsp;
mod xor;