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.
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 registrationmodule_resolution- Module loading, virtual modules, file-based import handlingexecution- Compilation pipeline, VM execution loop, snapshot resume