tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
Apache License 2.0
12 stars 3 forks source link

Make `{core, io, common}` no_std and WASM compatible #231

Closed Serial-ATA closed 1 month ago

Serial-ATA commented 1 month ago

gadget-{core, io, common} can now build in #![no_std] and wasm32-unknown-unknown environments.

Notable changes

Outside of that, this is mostly just changing some dependency features and feature-gating.

Note that the commits won't work individually. I split them up per-crate to make it easier to review.

Serial-ATA commented 1 month ago

The Clippy error is unrelated.