Skip to content

v0.4.0

Compare
Choose a tag to compare
@ascjones ascjones released this 26 Feb 13:36
· 1261 commits to master since this release
ec118ff
  • Minimize contract wasm binary size:
    • Run wasm-opt.
    • Uses cargo-xbuild to build custom sysroot crates without panic string
      bloat.
    • Automatically removes the rlib crate type from Cargo.toml, removing redundant metadata.
  • Removes requirement for linker args specified in .cargo/config.
  • Added --verbose and --quiet flags for build and generate-metadata commands.