Open dannypsnl opened 1 year ago
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 |
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
3036
3149
3152
3202
3341
3349
3179 (2024/01)
3218 (2024/06)
3380 (2024/07-10)
3784 (2024/10)
Appendix