shape-vm 0.1.7

Stack-based bytecode virtual machine for the Shape programming language
docs.rs failed to build shape-vm-0.1.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: shape-vm-0.1.8

Shape Virtual Machine

A stack-based bytecode VM for executing Shape programs efficiently.

Shape is a general-purpose scientific computing language for high-speed time-series analysis. This VM provides fast execution of Shape programs across any domain (finance, IoT, sensors, healthcare, manufacturing, etc.).

Module Structure

  • configuration - BytecodeExecutor struct, constructors, extension registration
  • module_resolution - Module loading, virtual modules, file-based import handling
  • execution - Compilation pipeline, VM execution loop, snapshot resume