LLFourn opened issue #6852:
Feature
To be able to iterate over exports in the
component
APIBenefit
Makes it possible to show a user what functions they can call on component model WASM binary without additional metadata.
Implementation
Described in a FIXME comment:
FWIW I am unsure why I need to create an Instance to see this. Shouldn't the
Component
be able to tell me the exports it has?
alexcrichton commented on issue #6852:
Thanks for the report! I think this is a dupe of https://github.com/bytecodealliance/wasmtime/issues/4593, so closing in favor of that
alexcrichton closed issue #6852:
Feature
To be able to iterate over exports in the
component
APIBenefit
Makes it possible to show a user what functions they can call on component model WASM binary without additional metadata.
Implementation
Described in a FIXME comment:
FWIW I am unsure why I need to create an Instance to see this. Shouldn't the
Component
be able to tell me the exports it has?
Last updated: Nov 22 2024 at 17:03 UTC