From 8e065ba9557e1e6c591c6b877823d93dc75d748d Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Mon, 4 Dec 2023 02:19:31 +0100 Subject: fix: wat feature flag, ensure wasm target compiles Signed-off-by: Henry Gressmann --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.3.1