Skip to content

Handle Proxy Worlds #25

@jsturtevant

Description

@jsturtevant

There are three different types of component adapters, currently we only handle reactor and command and need to support proxy:

https://github.com/bytecodealliance/wit-bindgen/tree/main?tab=readme-ov-file#creating-components-wasi

wasi_snapshot_preview1.command.wasm - use this for CLI applications.
wasi_snapshot_preview1.reactor.wasm - use this for applications that don't have a main function for example: for example a process that responds to an event.
wasi_snapshot_preview1.proxy.wasm - use this for applications fed into wasmtime serve for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions