Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add wasi support #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: add wasi support #192

wants to merge 1 commit into from

Conversation

MediosZ
Copy link

@MediosZ MediosZ commented Nov 5, 2022

Signed-off-by: Tricster [email protected]

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.

  • I've read the contributing section of the project CONTRIBUTING.md.
  • Signed CLA (if not already signed).

Signed-off-by: Tricster <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant