From 0220ca8957f6c539556f676c2d1e03051f6daa3c Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 2 Oct 2024 09:25:19 -0700 Subject: [PATCH 1/2] add readme header with chat link --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf5ea6..a8b1371 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,25 @@ -# The StarlingMonkey JS Runtime +
+

StarlingMonkey

+ +

+ A SpiderMonkey-based JS runtime on WebAssembly +

+ + A Bytecode Alliance project + +

+ build status + zulip chat +

+ +

+ Intro + | + Adopters + | + Chat +

+
StarlingMonkey is a [SpiderMonkey](https://spidermonkey.dev/) based JS runtime optimized for use in [WebAssembly Components](https://component-model.bytecodealliance.org/). StarlingMonkey's core builtins target WASI 0.2.0 to support a Component Model based event loop and standards-compliant implementations of key web builtins, including the fetch API, WHATWG Streams, text encoding, and others. To support tailoring for specific use cases, it's designed to be highly modular, and can be readily extended with custom builtins and host APIs. From 46c5cf5da2534fcb48c71340c03d47214bc52833 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 7 Oct 2024 12:46:12 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b1371..3218d5a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@

- Intro + Building | Adopters |