luaur-web 0.1.3

WebAssembly bindings to run and type-check Luau in the browser (Rust).
Documentation
1
2
3
4
5
6
7
8
extern crate alloc;

pub mod functions;
pub mod methods;
pub mod records;

#[cfg(feature = "wasm")]
pub mod wasm;