We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85cd5e commit bc6448dCopy full SHA for bc6448d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### v1.0.18 (_2023-01-16_)
2
+
3
+- feat(asset): support for WebAssembly in the main process
4
+- fix(asset): wasm must be suffixed with `?loader`
5
6
### v1.0.17 (_2023-01-08_)
7
8
- feat: static asset handling
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "1.0.17",
+ "version": "1.0.18",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments