From f5ca0f2254850607ef685ff113fd4f97e2a1b3d2 Mon Sep 17 00:00:00 2001 From: Victor Adossi Date: Tue, 26 Nov 2024 03:44:35 +0900 Subject: [PATCH] feat(docs): add documentation for custom weval binary Signed-off-by: Victor Adossi --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5738da..8fc8f4f 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,13 @@ The component iself can be executed in any component runtime, see the [example]( ### AOT Compilation -To enable AOT compilation, set the `enableAot: true` option to run [Weval](https://github.com/cfallin/weval) ahead-of-time compilation. +To enable AOT compilation, set the `enableAot: true` option to run [Weval][weval] ahead-of-time compilation. + +[weval]: https://github.com/bytecodealliance/weval + +### Custom `weval` binary + +To use a custom (pre-downloaded) [`weval`][weval] binary, set the `wevalBin` option to the path to your desired weval binary. ### Async Support