新增wasm以优化实体update速度

This commit is contained in:
YHH
2025-06-08 21:50:50 +08:00
parent 0aa4791cf7
commit 8d0ad6b871
51 changed files with 5811 additions and 10773 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"module": "CommonJS",
"moduleResolution": "node",
"lib": ["ES2020", "DOM"],
"outDir": "./bin",
@@ -35,7 +35,7 @@
"exclude": [
"node_modules",
"bin",
"src/Testing/**/*",
"src/wasm/**/*",
"**/*.test.ts",
"**/*.spec.ts"
]