app: get rid of rollup, gzip the wasm

This commit is contained in:
Valentin Tolmer
2023-03-05 12:45:30 +01:00
committed by nitnelave
parent 2593606f16
commit 9e479d38fe
9 changed files with 50 additions and 41 deletions
+6
View File
@@ -8,6 +8,12 @@ members = [
default-members = ["server"]
[profile.release]
lto = true
[profile.release.package.lldap_app]
opt-level = 's'
[patch.crates-io.opaque-ke]
git = 'https://github.com/nitnelave/opaque-ke/'
branch = 'zeroize_1.5'