wasm-testbed

Crates.iowasm-testbed
lib.rswasm-testbed
version0.13.1
sourcesrc
created_at2021-08-04 02:48:55.229501
updated_at2021-08-04 02:48:55.229501
descriptionprovides a minimum context for a Substrate Runtime WASM to be loaded and executed
homepagehttps://github.com/chevdor/subwasm
repositoryhttps://github.com/chevdor/subwasm
max_upload_size
id431311
size13,871
Chevdor (chevdor)

documentation

README

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
Commit count: 372

cargo fmt