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

feat: Implement component-model proposal in WasmEdge #2943

Open
1 of 6 tasks
dannypsnl opened this issue Oct 4, 2023 · 1 comment
Open
1 of 6 tasks

feat: Implement component-model proposal in WasmEdge #2943

dannypsnl opened this issue Oct 4, 2023 · 1 comment
Assignees
Labels
component-model feature WASI https://github.com/WebAssembly/WASI

Comments

@dannypsnl
Copy link
Member

dannypsnl commented Oct 4, 2023

Summary

Component model is a wasm proposal that introduces a new binary format called component, the WASI Preview2 (#2939) is highly dependent on the format. Therefore, this issue tracks the implementation status of component model in WasmEdge.

Details

Appendix

@dannypsnl
Copy link
Member Author

dannypsnl commented Jan 12, 2024

command explain
wasm-tools dump xxx.wasm dump content of binary with explaintion
wasm-tools component new core.wasm -o component.wasm wrap a wasm into component
wasm-tools component wit component.wasm extract wasm types interface from a component binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-model feature WASI https://github.com/WebAssembly/WASI
Projects
None yet
Development

No branches or pull requests

1 participant