Compare commits

...

1 Commits

Author SHA1 Message Date
ChenX
fe80e33eae 开发:使用Wasm而不是asmJs 2024-03-26 11:49:17 +08:00

View File

@@ -22890,7 +22890,7 @@ function InitClipperCpp() {
return new Promise((res, rej) => {
clipperLib.loadNativeClipperLibInstanceAsync(
// let it autodetect which one to use, but also available WasmOnly and AsmJsOnly
clipperLib.NativeClipperLibRequestedFormat.AsmJsOnly).then(c => {
clipperLib.NativeClipperLibRequestedFormat.WasmOnly).then(c => {
clipperCpp.lib = c;
res();
// console.log("载入成功!");//不再需要