Skip to main content

Component Model

The component model for WASM would dramatically improve WASM module’s reusability and composability. It will allow better access from one WASM module to other modules and systems, including the operating system APIs (e.g., networking).

WasmEdge is already committed to supporting and implementing the component model proposal. See the related issue here.

After the support for the component model is done, WasmEdge could be integrated by Spin and Spiderlightning.