Tauri build wasm mime type #5748
Unanswered
TrueDoctor
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It would be great if you could file a proper issue for this and also fill out the required fields there! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building my vue app using
cargo tauri build
, I recive this error upon startup of the app:It seems like the the
.wasm
file is served with the wrong mime type. (It dev mode, everything works fine)I tried to poke around the codebase and added the wasm type to mime_types in tauri utils, but I couldn't seem to be able to find
where the bundled files are loaded in tauri. Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions