influxdata / rskafka

A minimal Rust client for Apache Kafka
Apache License 2.0
292 stars 33 forks source link

feat: add wasi support #192

Open MediosZ opened 1 year ago

MediosZ commented 1 year ago

Signed-off-by: Tricster mediosrity@gmail.com

Hi! This pr will make rskafka work on WASI, which means it can be compiled into WebAssembly and executed by WASM runtimes like WasmEdge. The only change is to replace tokio with tokio_wasi. Note that "compression-lz4" and "compression-zstd" are removed from default features because lz4 and zstd are not supported on wasi yet.