mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
chore: mark todo
This commit is contained in:
parent
41556dcb78
commit
83ee956c8b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue