herkos-runtime 0.1.0

Runtime library for herkos transpiled output — IsolatedMemory, WasmTrap, capability traits
Documentation
  • Coverage
  • 91.3%
    42 out of 46 items documented0 out of 2 items with examples
  • Size
  • Source code size: 113.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • arnoox/herkos
    16 0 7
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • arnoox

herkos-runtime — Runtime library for herkos transpiled output.

This crate is #![no_std] by default. It provides:

  • IsolatedMemory<const MAX_PAGES: usize> for Wasm linear memory
  • WasmTrap / WasmResult<T> for Wasm trap handling
  • Trait definitions for capability-based host imports (Phase 3+)