mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-06-27 10:20:32 +02:00
12 lines
370 B
Markdown
12 lines
370 B
Markdown
# Lua in the Browser, with Rust 🦀 and WebAssembly
|
|
|
|
This smol book describes how to use Lua in the Browser, powered by Rust WebAssembly.
|
|
|
|
> You should have basic knowledge of Rust, Rust FFI and Javascript, the book will not explain language features or constructs that are irrelevant to Rust WebAssembly.
|
|
|
|
---
|
|
|
|
```lua,editable
|
|
print("Hello from WebAssembly Lua!")
|
|
```
|