From 9ef3ab5d043051a0e1f1d0a0e7f683c4796ed811 Mon Sep 17 00:00:00 2001 From: Tony Gorez Date: Fri, 23 Feb 2024 21:09:09 +0100 Subject: [PATCH] doc: link small project Signed-off-by: Tony Gorez --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 75f5272..a1db321 100644 --- a/README.markdown +++ b/README.markdown @@ -12,6 +12,13 @@ `includejs` offers a unified API for building your own JavaScript runtime, bridging multiple engines and platforms with ease. +## Example + +In our journey to enhance `includejs`, we've also developed small - a minimalist, experimental runtime +aimed to provide ground for concepts and features we're considering for it. + +Hosted on GitHub at [`crossnx/small`](https://github.com/crossnx/small). + ## Features - Multiple runtime support: `JavascriptCore`, `v8` (more in the furture)