Skip to content

clangenb/sp-runtime-string-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests fix for using sp-runtime's format_runtime_string! macro

Build

Build with:

 cargo build --release --target wasm32-unknown-unknown 

The build will fail at the end because no allocator is defined, but it is enough to show that the following build error is fixed:

Compile crate with the following crates to get the error:
# error[E0433]: failed to resolve: use of undeclared crate or module `alloc`

About

Showcases a bug in the polkadot-sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages