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
I am try to compile the webpack wasm-pack project and then I get an Rust-Compilation Error:
β Your crate has been correctly compiled
10% building 0/3 entries 3/3 dependencies 0/3 modulesError: invalid type: sequence, expected a string at line 5 column 11
Caused by: invalid type: sequence, expected a string at line 5 column 11
But there is no good information where this error is coming from.
Do you know a way how to tackle this down?
Guess there is an issue with wasm-bindgen?
π€ Expected Behavior
Compilation successful. wasm-pack build works fine.
π Steps to reproduce
unkown .. just run "npm run start".
π Your environment
wasm-pack 0.13.0
The text was updated successfully, but these errors were encountered:
I am seeing the same cryptic error, but with different circumstances and timing, and not using npm at all:
$ wasm-pack build --target web --out-dir <path> --dev <path>
[INFO]: π― Checking for the Wasm target...
[INFO]: π Compiling to Wasm...
Blocking waiting for file lock on package cache
Finished `dev` profile [optimized + debuginfo] target(s) in 0.08s
Error: invalid type: sequence, expected a string at line 4 column 19
Caused by: invalid type: sequence, expected a string at line 4 column 19
It occurs randomly, in that if I rerun the same command it will succeed. This isΒ with wasm-pack 0.13.1.
π Bug description
I am try to compile the webpack wasm-pack project and then I get an Rust-Compilation Error:
But there is no good information where this error is coming from.
Do you know a way how to tackle this down?
Guess there is an issue with wasm-bindgen?
π€ Expected Behavior
Compilation successful.
wasm-pack build
works fine.π Steps to reproduce
unkown .. just run "npm run start".
π Your environment
wasm-pack 0.13.0
The text was updated successfully, but these errors were encountered: