Stream: wasi

Topic: wasi (rs) generate-raw crate


view this post on Zulip Pat Hickey (Mar 10 2020 at 23:25):

I'd like to use/adapt the generate-raw crate from the https://github.com/bytecodealliance/wasi repo to use elsewhere (end-to-end tests of wiggle with a simpler spec than WASI)

Experimental WASI API bindings for Rust. Contribute to bytecodealliance/wasi development by creating an account on GitHub.

view this post on Zulip Pat Hickey (Mar 10 2020 at 23:26):

@Alex Crichton idk if you've considered this before and have any thoughts. my initial thoughts were to rename it something like witx-generate

view this post on Zulip Pat Hickey (Mar 10 2020 at 23:27):

another possibility is we could merge it into the witx crate. ive also thought about possibly doing that for the gen-headers tool in wasi-libc

view this post on Zulip Alex Crichton (Mar 11 2020 at 13:14):

@Pat Hickey sounds good to me to export! It's pretty haphazard right now IIRC in that I didn't really put any thought into API design, but I'd be down for cleaning it up and publishing it. Having it natively as part of witx also seems reasonable to me, could even include some of the C generation there too


Last updated: Oct 23 2024 at 20:03 UTC