From ca001e382c13c64005102aadab2f875f6758963b Mon Sep 17 00:00:00 2001 From: wasm-forge <122647775+wasm-forge@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:10:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 69d3375..42c1a5d 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,5 @@ The polyfill library is still in early development, and not all methods are impl | [demo1](https://github.com/wasm-forge/demo1) | Basic demonstration of creating a "Hello World" application using Rust and running it on the Internet Computer. | | [demo2](https://github.com/wasm-forge/demo2) | Basic demonstration of creating a "Hello World" application using C++ and running it on the Internet Computer. | | [demo3](https://github.com/wasm-forge/demo3) | Example of running the Sqllite server on the Internet Computer. | +| [demo4](https://github.com/wasm-forge/demo4) | Example of running the Boa JavaScript interpretter on the Internet Computer. | +