Standardize "images" and the rune-runtime interface #185
Labels
area - runtime
The Rust Rune runtime
category - enhancement
New feature or request
effort - hard
This should be pretty simple to fix
At the moment, the interface between a Rune and its runtime (the "image") is defined in a single
extern "C"
block with host bindings being wired up manually by the runtime implementation.If we want to make it easier for defining runtimes or create new capabilities and model backends, we'll need to create an easy, standardised way to define images.
This will probably also require bytecodealliance/wasmtime#2949.
The text was updated successfully, but these errors were encountered: