Skip to content

Commit 117ba20

Browse files
cosmo0920edsiper
authored andcommitted
example: rust: msgpack: Update prerequisites and filename
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 88e2bb0 commit 117ba20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/filter_rust_msgpack/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Fluent Bit / filter_rust
1+
# Fluent Bit / filter_rust_msgpack
22

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

55
## Prerequisites
66

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

1111
## How to build
@@ -26,7 +26,7 @@ Finally, `*.wasm` file will be created:
2626

2727
```console
2828
$ ls target/wasm32-unknown-unknown/release/*.wasm
29-
target/wasm32-unknown-unknown/release/filter_rust.wasm
29+
target/wasm32-unknown-unknown/release/filter_rust_msgpack.wasm
3030
```
3131

3232
## How to confirm WASM filter integration
@@ -49,8 +49,8 @@ Create fluent-bit configuration file as follows:
4949
[FILTER]
5050
Name wasm
5151
match dummy.*
52-
WASM_Path /path/to/filter_rust_rmp.wasm
53-
Function_Name rust_filter_rmp
52+
WASM_Path /path/to/filter_rust_msgpack.wasm
53+
Function_Name rust_filter_msgpack
5454
accessible_paths .,/path/to/fluent-bit
5555

5656
[OUTPUT]

0 commit comments

Comments
 (0)