Merge sync_lib and sync_wasm

This commit is contained in:
Andras Schmelczer 2024-12-08 21:58:28 +00:00
parent dfb747c206
commit a2a4611497
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
9 changed files with 134 additions and 58 deletions

View file

@ -108,7 +108,7 @@ const context = await esbuild.context({
wasmPlugin,
wasmPack({
target: "web",
path: "../backend/sync_wasm",
path: "../backend/sync_lib",
}),
{
name: "post-compile",