Feature: WASI Preview 2 Support
- Dominant language
- Go
- Stars
- 610
- Forks
- 63
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 57
Description
### Feature description
As best as I can tell, [WASI Preview 2](https://github.com/WebAssembly/WASI/blob/main/preview2/README.md) is now the official version of WASI, while [Preview 1](https://github.com/WebAssembly/WASI/tree/main/legacy/preview1) was moved to the legacy directory in their repo.
They marked the first official release (0.2.0) of WASI on April 24, 2024, which corresponds with Preview 2.
It has APIs defined for HTTP, filesystem and more - which would be very useful in general, and for a Benthos processor in particular (which we discussed [here](https://github.com/ConduitIO/conduit/discussions/1614)).
So, it would be great if Conduit Processor SDK could move to support the Preview 2 APIs.
Contributor guide
Assessment
This issue has not been assessed yet.