You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some packages will require functionality from the host in order to function. At the moment, wit-pack only generates code for exposing an interface, and any imports are passed in via an untyped imports option.
Implementing this requires the following:
Add some sort of imports field to wapm.toml
Update the wapm CLI to embed these imports in the *.tar.gz file it generates
Update the generated code to expect imports to be provided (will probably mean each library gets its own argument type with the specific imports it expects)
Python
javaScript
Make sure imports are displayed in the WAPM UI
The text was updated successfully, but these errors were encountered:
Some packages will require functionality from the host in order to function. At the moment,
wit-pack
only generates code for exposing an interface, and any imports are passed in via an untypedimports
option.Implementing this requires the following:
imports
field towapm.toml
wapm
CLI to embed these imports in the*.tar.gz
file it generatesThe text was updated successfully, but these errors were encountered: