Compare commits

..

1 Commits

Author SHA1 Message Date
dante
876a9584a1 chore: optimize wasm bundle for speed over size (#889) 2024-12-12 15:35:17 -05:00
2 changed files with 9 additions and 1 deletions

View File

@@ -286,3 +286,11 @@ rustflags = ["-C", "relocation-model=pic"]
lto = "fat"
codegen-units = 1
# panic = "abort"
[package.metadata.wasm-pack.profile.release]
wasm-opt = [
"-O4",
"--flexible-inline-max-function-size",
"4294967295",
]

View File

@@ -1,7 +1,7 @@
import ezkl
project = 'ezkl'
release = '16.2.1'
release = '0.0.0'
version = release