Skip to content

Commit

Permalink
Fixes gaps in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Dec 12, 2022
1 parent 9d6e493 commit 734b665
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,29 @@ distinction being how VRL programs are executed.

### Feature Support

| | V5 | V10 |
|-------------------------- | -- | --- |
| Compiling a VRL Program |||
| Running a VRL Program |||
| VRL Runtime "Basic"\* API |||
| Environment Kinds || 'Byte' and 'Object' |
| Secrets |||
| Metadata |||
| Timezones |||
| Requires CGO |||
| | V5 | V10 |
|-------------------------- | ------------------- | --- |
| Compiling a VRL Program |||
| Running a VRL Program |||
| VRL Runtime "Basic"\* API |||
| Environment Kinds | 'Byte' and 'Object' ||
| Secrets |||
| Metadata |||
| Timezones |||
| Requires CGO |||
| Full VRL stdlib support ||\* |


\* "Basic" API currently means:
- `resolve` (run) the compled program
- `compile`
- `resolve` (run) the compiled program
- `clear`
- `is_empty`

\* WASM supports almost most of VRL's stdlib functions, the unsupported ones can
be found [with this GH issues
search](https://github.com/vectordotdev/vector/issues?q=is%3Aopen+is%3Aissue+label%3A%22vrl%3A+playground%22+wasm+compatible)

### Building and importing

Not quite ready yet. It's difficult to distribute a go module that depends on an external build system, we have some ideas though.
Expand Down

0 comments on commit 734b665

Please sign in to comment.