Uncaught TypeError: Bare Specifier “env” Not Remapped in WASM Build #4003
Unanswered
sundaram123krishnan
asked this question in
Q&A
Replies: 1 comment
-
See if #3500 (comment) can help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Uncaught TypeError: The specifier “env” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
Additional Details
When building project for WASM, an error occurs indicating that a bare specifier "env" is not properly remapped, causing a TypeError.
My Cargo.toml file:
Your help in addressing this issue is greatly appreciated.
Thx in advance!
Beta Was this translation helpful? Give feedback.
All reactions