chore: mark todo

This commit is contained in:
Zixuan Chen 2023-07-30 19:08:32 +08:00
parent 41556dcb78
commit 83ee956c8b

View file

@ -79,6 +79,7 @@ async function buildTarget(target: string) {
// //
} }
// TODO: polyfill FinalizationRegistry
const cmd = const cmd =
`wasm-bindgen --weak-refs --target ${target} --out-dir ${target} ../../target/wasm32-unknown-unknown/${profileDir}/loro_wasm.wasm`; `wasm-bindgen --weak-refs --target ${target} --out-dir ${target} ../../target/wasm32-unknown-unknown/${profileDir}/loro_wasm.wasm`;
console.log(">", cmd); console.log(">", cmd);