bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.44k stars 1.3k forks source link

Expose component parameter names in types #9618

Closed alexcrichton closed 1 week ago

alexcrichton commented 1 week ago

This commit plumbs through the parameter names since they're available in the component for consumers of the type information exposed by Wasmtime.

Closes #9595