mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-17 17:05:42 +00:00
WIP: Replace wasm-gc with wasm-opt (#12280)
* Use wasm-opt on runtime * Optimize for size * Simplify fn compact_wasm_file * Run a lighter pass for non production builds * Disable optimizations and keep name section * Update wasm-opt * Remove dward sections * Update wasm-opt * Update wasm-opt
This commit is contained in:
committed by
GitHub
parent
a29624ab83
commit
9c748c74de
@@ -20,6 +20,6 @@ strum = { version = "0.24.1", features = ["derive"] }
|
||||
tempfile = "3.1.0"
|
||||
toml = "0.5.4"
|
||||
walkdir = "2.3.2"
|
||||
wasm-gc-api = "0.1.11"
|
||||
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" }
|
||||
filetime = "0.2.16"
|
||||
wasm-opt = "0.110"
|
||||
Reference in New Issue
Block a user