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
The witPath option to the componentize function can either be a path to a single wit file or to a directory. If the path is a wit file then the wit package must not have any dependencies. Otherwise, if the path is a directory, the package's dependencies can be located in a deps directory.
This should be documented as it is not obvious that this is the behavior.
The text was updated successfully, but these errors were encountered:
The
witPath
option to thecomponentize
function can either be a path to a single wit file or to a directory. If the path is a wit file then the wit package must not have any dependencies. Otherwise, if the path is a directory, the package's dependencies can be located in adeps
directory.This should be documented as it is not obvious that this is the behavior.
The text was updated successfully, but these errors were encountered: