summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-04 02:19:31 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-04 02:19:31 +0100
commit8e065ba9557e1e6c591c6b877823d93dc75d748d (patch)
tree2243ddc6105221fe1282850a9ff27698f3f19ec3 /README.md
parent829db60c869ea5ec9be37e6fc2ad94c2965d63d4 (diff)
fix: wat feature flag, ensure wasm target compiles
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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)