From 900e1a140640aeaeda9327738db05bdfe5679b46 Mon Sep 17 00:00:00 2001 From: Paul Cooper Date: Tue, 10 Oct 2023 16:09:02 +0100 Subject: [PATCH] Update README.md (#19) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a35b04c..dfe3edb 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Webinizer provides an extension mechanism for developers to extend the capabilit - [How to install an Extension](./documentation/extensions/install-an-extension.rst) - [How to test an Extension](./documentation/extensions/use-an-extension.rst) +### Areas under development + +We're considering how to create a package format and repository hosting for libraries and applications ported to Wasm. There are proposals for [module format](https://github.com/intel/webinizer/wiki/Wasm-Library-Registry-Design) and [registry hosting](https://github.com/intel/webinizer/wiki/Registry-for-ported-WebAssembly-libraries) in our [wiki](https://github.com/intel/webinizer/wiki). + ## Setting up the development environment The steps to setup the development environment are similar to those described in