1 2 3 4 5 6 7
// This main function is primarily for testing purposes // The WASM library functions are defined in lib.rs fn main() { println!("WASM Library - Hello World"); println!("This binary can be used for testing, but the WASM functions are in lib.rs"); }