Add wasm package

This commit is contained in:
Andras Schmelczer 2024-12-08 17:17:47 +00:00
parent 1e1934b492
commit e1ba3d44c7
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 71 additions and 0 deletions

2
backend/Cargo.lock generated
View file

@ -1959,6 +1959,7 @@ dependencies = [
"console_error_panic_hook",
"getrandom",
"reconcile",
"sync_lib",
"wasm-bindgen",
"wasm-bindgen-test",
]
@ -1980,6 +1981,7 @@ dependencies = [
"axum",
"chrono",
"log",
"rand",
"reconcile",
"schemars",
"serde",