Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

rust-wasm-poc

A playground for things related to Rust, WASM and the web checkout here!


rustc

Commands Output
rustc .\helloWorld.rs This produced a helloWorld binary that can be executed.
.\helloWorld.exe This is to run the .exe file to be seen.
rustc crateExecutable.rs --extern crateFunction=libcrateFunction.rlib && .\crateFunction.rs This is to run lib into .exe file

alt text alt text alt text