mirror of
https://github.com/alibaba/higress.git
synced 2026-05-10 13:57:27 +08:00
feat: implements text/event-stream(SSE) MIME parser (#1416)
Co-authored-by: 007gzs <007gzs@gmail.com>
This commit is contained in:
10
plugins/wasm-rust/example/sse-timing/Makefile
Normal file
10
plugins/wasm-rust/example/sse-timing/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
BUILD_OPTS="--release"
|
||||
|
||||
.DEFAULT:
|
||||
build:
|
||||
cargo build --target wasm32-wasi ${BUILD_OPTS}
|
||||
find target -name "*.wasm" -d 3 -exec cp "{}" plugin.wasm \;
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
rm -f plugin.wasm
|
||||
Reference in New Issue
Block a user