From ddaf8c9d87110212d3a66f346f8b4e257d96487c Mon Sep 17 00:00:00 2001 From: Zak Farmer Date: Tue, 31 Oct 2023 17:11:03 +0000 Subject: [PATCH] chore: update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3edd53..393fe1c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ You can find it [here](https://php-rs.zakfarmer.com). - Conditional operators / boolean expressions - First-class functions - Variable assignment & scopes -- WASM binary +- Compilation to VM bytecode +- Custom VM +- WASM support Expect this list to grow 😁