Skip to content

ripple/rx-wasm-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compile the prototype

Install wasm target:

rustup target add wasm32-unknown-unknown

Compile the libs to wasm (in both of the libs' folds):

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

Build the host (in the host's fold):

cargo build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages