summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4548033..f105a8d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@
# 🎯 Goals
-* Interpreted Runtime
+* Interpreted Runtime (no JIT)
+* Self-hosted (can run itself compiled to WebAssembly)
* No unsafe code
* Works on `no_std` (with `alloc` the feature and nightly compiler)
* Fully support WebAssembly MVP (1.0)