When running pnpm dev I get some Wasm. initialize error and the app does not start. I believe this is because vite doesn't import/start the wasm files correctly. I already tried bundling the ironcalc/wasm with the bundler target in sk/fix_wasm branch without great success. There is also a vite-plugin-wasm for vite which I tried without success.