Wrap up 0.19.10.

This commit is contained in:
Stephen Chung
2021-01-14 19:07:03 +08:00
parent fe65bf6137
commit 3f44e2893c
5 changed files with 16 additions and 20 deletions

View File

@@ -70,15 +70,13 @@ Documentation
See [The Rhai Book](https://rhaiscript.github.io/book) for details on the Rhai scripting engine and language.
To build _The Book_, first install [`mdbook`](https://github.com/rust-lang/mdBook)
and [`mdbook-tera`](https://github.com/avitex/mdbook-tera) (for templating).
Running `mdbook build` builds it.
Playground
----------
An [Online Playground](https://rhaiscript.github.io/playground) is available with syntax-highlighting editor.
An [Online Playground](https://rhaiscript.github.io/playground) is available with
syntax-highlighting editor, powered by WebAssembly.
Scripts can be evaluated directly from the editor.