Skip to content

An experiment with webassembly and using various languages along with rust.

License

Notifications You must be signed in to change notification settings

vemarun/rust-mashup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Mashup

An experiment with webassembly and using various languages along with rust.

Running locally

npm install
npx tsc
cargo run

WebAssembly

WebAssembly can be used along with Javascript in performance-critical applications to provide near-native speed in the browser. Webassmbly binary file (.wasm file) can be compiled from languages like c++/rust. This allows us to write code in more languages other than Javascript.

wasm

Resources

Explore

  • Run node from rust
  • Explore wasm
  • Compile rust to webassembly
  • Sample app to use webassembly
  • Explore python usage in rust code

About

An experiment with webassembly and using various languages along with rust.

Resources

License

Stars

Watchers

Forks