Skip to content

Commit f5ca0f2

Browse files
feat(docs): add documentation for custom weval binary
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 6b02ee1 commit f5ca0f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,13 @@ The component iself can be executed in any component runtime, see the [example](
108108

109109
### AOT Compilation
110110

111-
To enable AOT compilation, set the `enableAot: true` option to run [Weval](https://github.com/cfallin/weval) ahead-of-time compilation.
111+
To enable AOT compilation, set the `enableAot: true` option to run [Weval][weval] ahead-of-time compilation.
112+
113+
[weval]: https://github.com/bytecodealliance/weval
114+
115+
### Custom `weval` binary
116+
117+
To use a custom (pre-downloaded) [`weval`][weval] binary, set the `wevalBin` option to the path to your desired weval binary.
112118

113119
### Async Support
114120

0 commit comments

Comments
 (0)