A playground for things related to Rust, WASM and the web checkout here!
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 |