Skip to content

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

Notifications You must be signed in to change notification settings

ProjectEvergreen/rust-wasm-poc

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages