bytecodealliance / wasi-rs

Experimental WASI API bindings for Rust
Apache License 2.0
271 stars 48 forks source link

Add constants for SubscriptionU.tag #66

Closed Puellaquae closed 8 months ago

Puellaquae commented 2 years ago

Would you consider adding a struct to wrap SubscriptionU.tag and adding some constants?

sunfishcode commented 2 years ago

The work in this space is to replace the witx-based APIs with a wit-based API, where instead of a raw union, we can have a variant, which much richer support.

alexcrichton commented 8 months ago

WASI has changed a lot in the meantime up to 0.2, so I don't think this issue is as relevant as it once was, so I'm going to close this.