完善Cocos Creator支持:添加手动WASM初始化API和使用指南

This commit is contained in:
YHH
2025-06-09 15:46:14 +08:00
parent bee7cf4278
commit 3f4aa59a29
2 changed files with 261 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ function generatePackageJson() {
'README.md',
'LICENSE',
'SECURITY.md',
'COCOS_USAGE.md',
'.npmignore'
],
keywords: [
@@ -94,6 +95,7 @@ function copyFiles() {
{ src: './README.md', dest: './dist/README.md' },
{ src: './LICENSE', dest: './dist/LICENSE' },
{ src: './SECURITY.md', dest: './dist/SECURITY.md' },
{ src: './COCOS_USAGE.md', dest: './dist/COCOS_USAGE.md' },
{ src: './.npmignore', dest: './dist/.npmignore' }
];