initial commit

This commit is contained in:
2023-12-17 20:17:55 +01:00
commit 96adaf3211
19 changed files with 1067 additions and 0 deletions

11
src/introduction.md Normal file
View File

@ -0,0 +1,11 @@
# 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!")
```