From e9607722bdcb9e414b1feb81ddf3ddde67e15b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Sun, 10 Dec 2023 14:02:47 -0800 Subject: [PATCH] document incremental compilation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b47861..e5a9b5f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Working towards [WebAssembly as the Elusive Universal Binary](https://kripken.gi - Streaming/single-pass compilation, low memory usage - Separate compilation into multiple files - Parallel compilation +- Assist with incremental compilation: Separate static and dynamic functions by comparing with another module - Support for multiple modules and instances - Support for generating debug information: - Function names, if function names are provided in the [`names` custom section](https://webassembly.github.io/spec/core/appendix/custom.html#function-names)