mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-06-27 10:20:32 +02:00
update rust crates to 2024 edition
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
fn main() {
|
||||
let lua = mlua::Lua::new();
|
||||
|
||||
lua.load(r#"print("Hello from WebAssembly Lua!")"#).exec().unwrap();
|
||||
lua.load(r#"print("Hello from WebAssembly Lua!")"#)
|
||||
.exec()
|
||||
.unwrap();
|
||||
}
|
||||
|
Reference in New Issue
Block a user