Skip to content

update md #996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Design/WasmSplit.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ wasmsplit-ci disable -p ./minigame-dir/

### 常见问题排查
- 错误码:-10000401 密钥检验失败,请检查密钥是否正确 验签失败,请检查公钥私钥是否匹配
- 出现"need retry task: retryInit"之类的日志后中断执行,如果不是私钥路径错误的话,一般是私钥格式不对,私钥和MP配置的公钥都需要是PEM格式的。
- 使用CI分包后,miniprogram-ci上传时报错"main package source size 4369KB exceed max limit 4096KB",需要更新miniprogram-ci到beta版2.1.14。
## FAQ

### 分包是否是必要的
Expand Down
1 change: 0 additions & 1 deletion tools/WXAssetBundleProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ internal void Start(ProvideHandle provideHandle)
m_ProvideHandle.SetDownloadProgressCallbacks(GetDownloadStatus);
m_ProvideHandle.SetWaitForCompletionCallback(WaitForCompletionHandler);
#if UNLOAD_BUNDLE_ASYNC
Debug.LogError("UNLOAD_BUNDLE_ASYNC");
m_UnloadOperation = unloadOp;
if (m_UnloadOperation != null && !m_UnloadOperation.isDone)
m_UnloadOperation.completed += OnUnloadOperationComplete;
Expand Down
Loading