Skip to content

Commit

Permalink
example: rust: msgpack: Update prerequisites and filename
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jan 30, 2024
1 parent ab54e36 commit bf49ab5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/filter_rust_msgpack/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Fluent Bit / filter_rust
# Fluent Bit / filter_rust_msgpack

This source source tree provides an example of WASM program written in Rust.
This source source tree provides an example of WASM program which uses msgpack format written in Rust.

## Prerequisites

* Rust
* rustc 1.61.0 (fe5b13d68 2022-05-18) or later
* rustc 1.75.0 (82e1608df 2023-12-21)) or later
* [rustup](https://rustup.rs/) (For preparing rust compiler and toolchains)

## How to build
Expand Down Expand Up @@ -49,8 +49,8 @@ Create fluent-bit configuration file as follows:
[FILTER]
Name wasm
match dummy.*
WASM_Path /path/to/filter_rust_rmp.wasm
Function_Name rust_filter_rmp
WASM_Path /path/to/filter_rust_msgpack.wasm
Function_Name rust_filter_msgpack
accessible_paths .,/path/to/fluent-bit

[OUTPUT]
Expand Down

0 comments on commit bf49ab5

Please sign in to comment.