Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Proxy Worlds #25

Closed
jsturtevant opened this issue Jun 20, 2024 · 2 comments
Closed

Handle Proxy Worlds #25

jsturtevant opened this issue Jun 20, 2024 · 2 comments

Comments

@jsturtevant
Copy link
Contributor

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.

@jsturtevant
Copy link
Contributor Author

This will no longer be an issue after dotnet/runtimelab#2614 merges. wasm-component-ld (which ships as part of WASI-SDK) will manage this

@jsturtevant
Copy link
Contributor Author

closing in favor of #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant