先移除wasm后续再通过其他方式接入
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/**
|
||||
* WASM ECS核心模块
|
||||
*
|
||||
* 提供高性能的ECS操作,支持WASM和JavaScript双重实现
|
||||
*/
|
||||
|
||||
export * from './Wasm';
|
||||
export type Query = import('./Wasm').QueryResult;
|
||||
@@ -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';
|
||||
Reference in New Issue
Block a user