I want to build an app framework that uses Mel as its root of trust, but am limited by the requirements of no_std for embedded devices and WebAssembly. By supporting no_std here, we can then support it in melnet2 and then melprot, which is important for my idea of light-client integration.
I want to build an app framework that uses Mel as its root of trust, but am limited by the requirements of
no_stdfor embedded devices and WebAssembly. By supportingno_stdhere, we can then support it inmelnet2and thenmelprot, which is important for my idea of light-client integration.