I'm trying to create a Tauri version of my web SPA written mostly in Vue.
I have a component written in Rust (a bevy game, more specifically), compiled to WASM, and linked into the project using vite-plugin-wasm-pack. It works fine on the web. It doesn't work on Tauri; loading the module (__wbg_init()) causes the attached error. Everything else works fine.
My google-fu couldn't find anything on this. is it a missing feature in Tauri? Is there some magic config setting I couldn't find?