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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
As part of the overall packaging pipeline, we will need a way within Rust to express JS dependencies. This happens in two parts:
extern.This issue is about the second step, supplying the JS. There are at least three sources for the JS imports we want to consider:
Let's discuss which of these options we want to support, and how to express them on the Rust side.