Closed ZER0 closed 3 years ago
The Link's compund function, throw an error if LinkInner::Ia enum is used.
LinkInner::Ia
However, the decode always returns a LinkInner::Ia enum, no matter the feature set.
This make microkelvin impossible to use under wasm32 target, where persistence cannot (and shouldn't) be enabled.
microkelvin
wasm32
persistence
The Link's compund function, throw an error if
LinkInner::Ia
enum is used.However, the decode always returns a
LinkInner::Ia
enum, no matter the feature set.This make
microkelvin
impossible to use underwasm32
target, wherepersistence
cannot (and shouldn't) be enabled.