mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-06-27 18:30:32 +02:00
initial commit
This commit is contained in:
11
src/introduction.md
Normal file
11
src/introduction.md
Normal 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!")
|
||||
```
|
Reference in New Issue
Block a user