Crate orca_wasm

source ·
Expand description

Orca is a WebAssembly Transformation Library for the Component Model. The design has been inspired by Dfinity’s IC and Walrus.

Re-exports§

Modules§

  • The Intermediate Representation for components and modules.
  • Iterators to traverse either a Component or a Module. Supports injection of Instructions at specific locations.
  • Trait that defines general injection behaviour
  • Traits that defines the injection behaviour for wasm opcodes
  • Sub-iterators used by the Iterators. Keep track of current location.