#substrate #polkadot #kusama #wasm-runtime

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

#4 in #kusama

Download history 1/week @ 2024-12-03 15/week @ 2024-12-10

229 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

~21–30MB
~449K SLoC