reflow_pack_loader 0.2.2

Runtime loader for .rflpack actor bundles — dlopens pack cdylibs and publishes their templates to the runtime registry.
Documentation

Runtime loader for Reflow actor packs.

A pack is a cdylib that exports two symbols:

  • reflow_pack_abi_version(): u32 — handshake against REFLOW_PACK_ABI_VERSION
  • reflow_pack_register(host: *mut PackHostVtable): i32 — calls back into the host to register template factories

Packs can be loaded either as raw dylibs (developer loop) or wrapped in a .rflpack zip bundle (distribution format). See [bundle].