先移除wasm后续再通过其他方式接入

This commit is contained in:
YHH
2025-06-10 09:49:55 +08:00
parent e71c49d596
commit 7a591825eb
24 changed files with 40 additions and 2509 deletions

View File

@@ -3,15 +3,4 @@ export * from './Pool';
export * from './Emitter';
export * from './GlobalManager';
export * from './PerformanceMonitor';
export { Time } from './Time';
export {
WasmEcsCore,
ecsCore,
initializeEcs,
EntityId,
ComponentMask,
QueryResult,
PerformanceStats as WasmPerformanceStats,
WasmLoader,
JavaScriptFallback
} from './Wasm';
export { Time } from './Time';