mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-05-09 20:25:13 +02:00
add comments to repl
This commit is contained in:
parent
f116e435ec
commit
08a8d4d674
@ -7,5 +7,8 @@ This smol book describes how to use Lua in the Browser, powered by Rust WebAssem
|
|||||||
---
|
---
|
||||||
|
|
||||||
```lua,editable
|
```lua,editable
|
||||||
|
-- Hello world example that executes right in your browser.
|
||||||
|
-- This is an interactive REPL, you can write any Lua code you want here.
|
||||||
|
|
||||||
print("Hello from WebAssembly Lua!")
|
print("Hello from WebAssembly Lua!")
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user