hack imports of wasm due to the issues in Vite and Next.js build systems

This commit is contained in:
Nikita Sivukhin
2025-09-11 13:25:01 +04:00
parent ae3c1fc2a6
commit b086cba669
44 changed files with 25817 additions and 484 deletions

View File

@@ -1,4 +1,5 @@
{
"type": "module",
"scripts": {
"build": "npm run build --workspaces",
"tsc-build": "npm run tsc-build --workspaces",
@@ -11,7 +12,8 @@
"packages/browser-common",
"sync/packages/common",
"sync/packages/native",
"sync/packages/browser"
"sync/packages/browser",
"packages/wasm-runtime"
],
"version": "0.2.0-pre.1"
}