bsv-wasm icon indicating copy to clipboard operation
bsv-wasm copied to clipboard

Reduce Bundle Size

Open Firaenix opened this issue 2 years ago • 1 comments

Quick wins:

  • Replace all the anyhow::Error properties in Error enums either with an enum or a simple type like &str

Firaenix avatar Jul 11 '21 13:07 Firaenix

Replace serde + serde_derive + serde_json with miniserde

Firaenix avatar Jul 13 '21 02:07 Firaenix