bytecodealliance/wasmtime-go

Missing V15 features.component_model in config

tmtbe opened this issue · 3 comments

Missing V15 features.component_model in config.
Where can I find component_model, thanks for the tip.

Wasmtime-go currently does not provide component capabilities. Originally, I intended to add support for components to Wasmtime-go, but I found that the C-API also lacks support for components, which makes it challenging.

I'm uncertain about when the C-API will support components. Once it does, I can work on adding the corresponding functionality for Go.

Yes this unfortunately cannot be supported at this time because Wasmtime's own C API does not support components. That'll take some time to implement and make its way here.

Tyler Rockwood has made some progress on bringing the component model to the C API. Check out the discussion here .