From 83ee956c8be0d20657d40d4ebfc7832d4b3673dc Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Sun, 30 Jul 2023 19:08:32 +0800 Subject: [PATCH] chore: mark todo --- crates/loro-wasm/scripts/build.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/loro-wasm/scripts/build.ts b/crates/loro-wasm/scripts/build.ts index d8b8938e..f71509b6 100644 --- a/crates/loro-wasm/scripts/build.ts +++ b/crates/loro-wasm/scripts/build.ts @@ -79,6 +79,7 @@ async function buildTarget(target: string) { // } + // TODO: polyfill FinalizationRegistry const cmd = `wasm-bindgen --weak-refs --target ${target} --out-dir ${target} ../../target/wasm32-unknown-unknown/${profileDir}/loro_wasm.wasm`; console.log(">", cmd);