zephyr_vm

Module host

source
Expand description

Structures and implementations for the Zephyr host environment. This module defines all the interactions between the binary code executed within the VM and the implementor.

Structsยง

  • Wrapper function information. This object is sent to the VM object when the Virtual Machine is created to tell the linker which host functions to define.
  • Zephyr Host State.
  • Zephyr Host State Implementation.
  • Information about the entry point function. This function is exported by the binary with the given argument types.
  • Wrapper function information. This object is sent to the VM object when the Virtual Machine is created to tell the linker which host functions to define.