#substrate #run-time #polkadot #kusama

wasm-testbed

provides a minimum context for a Substrate Runtime WASM to be loaded and executed

1 unstable release

0.13.1 Aug 4, 2021

#7 in #kusama

34 downloads per month
Used in 3 crates

MIT and GPL-3.0-or-later…

34KB
718 lines

WASM Testbed

This crate provides a minimum context for a Substrate Runtime WASM to be loaded and executed. Do not expect to be transferring funds here, we are disconnected from any chain storage, network, etc...

Still there are a few interesting we can do such as:

  • retreive the metadata (directly from the wasm)
  • get the core version information

Dependencies

~20–30MB
~403K SLoC