Skip to content

Commit

Permalink
feat(docs): add documentation for custom weval binary
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
vados-cosmonic committed Nov 25, 2024
1 parent 6b02ee1 commit f5ca0f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f5ca0f2

Please sign in to comment.