-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
There are three different types of component adapters, currently we only handle reactor and command and need to support proxy:
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
Labels
No labels