feature request
The WIT model has func types, but it appears Wick IT does not?
For example, you can define a func that is the host's console_log to log output on the host from the WIT component.
Propose a solution
Add an importable host type called func (or if this is possible already, description/docs how to use it)
Describe alternatives you've considered
I'm new to Wick, so I don't see an alternative, but perhaps one exists?
Additional context
I'd like to be able to generate HTML from my Wick component, and then addEventListener using the browser's host function for this. I've done this with WIT and would like to try it with Wick.
feature request
The WIT model has
functypes, but it appears Wick IT does not?For example, you can define a
functhat is the host'sconsole_logto log output on the host from the WIT component.Propose a solution
Add an importable host type called
func(or if this is possible already, description/docs how to use it)Describe alternatives you've considered
I'm new to Wick, so I don't see an alternative, but perhaps one exists?
Additional context
I'd like to be able to generate HTML from my Wick component, and then
addEventListenerusing the browser's host function for this. I've done this with WIT and would like to try it with Wick.