Skip to content

Latest commit

 

History

History
 
 

client-runtime

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@polkadot/client-runtime

For WASM binaries to operate in the general environment, a limited libc-like environment needs to be made available. The sections here introduce just enough for this to be feasible, while aligning with the Parity Polkadot implementation.

Other runtimes

A comprehensive libc runtime has been implemented as part of the musl project. Ideas for the memory allocation has been expanded from this project, specifically by understanding arch/wasm32/wasm.js.