Crate spin_core

source ·
Expand description

Spin core execution engine

This crate provides low-level Wasm and WASI functionality required by Spin. Most of this functionality consists of wrappers around wasmtime and [wasi_common] that narrows the flexibility of wasmtime to the set of features used by Spin (such as only supporting wasmtime’s async calling style).

Re-exports§

Structs§

Enums§

  • Wrapper for the Preview 1 and Preview 2 versions of WasiCtx.
  • The version of Wasi being used

Constants§

Traits§

Type Aliases§

Attribute Macros§