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 extism-js cli today flattens all typescript interfaces other than main into a single, flat import namespace. We may want to retain the structure of those other interfaces: consider two interfaces, foo:bar/baz, and apple:banana/cantaloupe, that both export frobnicate. We want to be able to call both foo:bar/baz.frobnicate and apple:banana/cantaloupe.frobnicate from our module.