-
Notifications
You must be signed in to change notification settings - Fork 530
Closed
Description
I depend on cc through zstd-safe (zstd-safe -> zstd-sys -> cc). v1.0.102 causes wasm builds through trunk (ex: trunk serve
) to display the following error when accessing the wasm webpage.
Uncaught TypeError: The specifier “env” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
I've tested manually reverting cc through Cargo.lock
and a clean build. In my testing, cc v1.0.101 does not have this issue.
Possibly related to #1105 and building with wasm32-unknown-unknown
target.
Repo and build steps for reference (I've committed the cargo lock with v1.0.101 to mitigate this issue currently):
https://github.com/Kuuuube/hentaigana_input
https://github.com/Kuuuube/hentaigana_input/blob/main/.github/workflows/pages.yml
Metadata
Metadata
Assignees
Labels
No labels