From fe80e33eaee856654230fe525b58a1ea42a45e37 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 26 Mar 2024 11:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E4=BD=BF=E7=94=A8Wasm?= =?UTF-8?q?=E8=80=8C=E4=B8=8D=E6=98=AFasmJs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.esm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.esm.js b/api.esm.js index 1dea4a2..6bd9a76 100644 --- a/api.esm.js +++ b/api.esm.js @@ -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("载入成功!");//不再需要