When using wasm-tools component new with --adapt pointed to a reactor adapter, it'd be great if _initialize was called in the resulting component, maybe via (start).
Currently, there's no way to access and call _initialize unless you specify it in a wit file, but that feels odd.
When using
wasm-tools component newwith--adaptpointed to a reactor adapter, it'd be great if_initializewas called in the resulting component, maybe via(start).Currently, there's no way to access and call
_initializeunless you specify it in a wit file, but that feels odd.