embive 0.6.0

Embive is an interpreter/virtual-machine that leverages RISC-V bytecode, enabling sandboxed code execution on tiny devices (e.g. microcontrollers).
Documentation

embive

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 5 feature flags, 2 of them enabled by default.

default

interpreter (default)

This feature flag does not enable additional features.

transpiler (default)

  • dep:elf (default)

alloc

This feature flag does not enable additional features.

async

This feature flag does not enable additional features.

debugger