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

13
book.toml Normal file
View File

@ -0,0 +1,13 @@
[book]
authors = ["bytedream"]
language = "en"
multilingual = false
src = "src"
title = "Lua in the Browser, with Rust and WebAssembly"
[output.html]
additional-js = ["lua-playground/lua-playground-loader.js"]
git-repository-url = "https://github.com/bytedream/litbwraw"
[output.html.playground]
editable = true