experiment: start implementing checks in wasm (client side only so far)

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-04-09 00:12:38 -04:00
parent 2324395ae2
commit cc1d5b71da
14 changed files with 576 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
[workspace]
resolver = "2"
members = ["wasm/pow/*"]
[profile.release]
strip = true
opt-level = "s"
lto = "thin"
codegen-units = 1