更改为es2020模块适应Cocos/laya引擎
This commit is contained in:
@@ -8,10 +8,8 @@ export * from './Emitter';
|
||||
export * from './GlobalManager';
|
||||
export * from './PerformanceMonitor';
|
||||
export { Time } from './Time';
|
||||
/**
|
||||
* WebAssembly核心模块
|
||||
* 提供高性能的ECS查询和计算功能
|
||||
*/
|
||||
|
||||
// WebAssembly核心模块
|
||||
export {
|
||||
WasmEcsCore,
|
||||
ecsCore,
|
||||
@@ -20,5 +18,5 @@ export {
|
||||
EntityId,
|
||||
ComponentMask,
|
||||
QueryResult,
|
||||
PerformanceStats
|
||||
PerformanceStats as WasmPerformanceStats
|
||||
} from './WasmCore';
|
||||
Reference in New Issue
Block a user