Bailey Hayes
Bailey Hayes
The implementation of the log may or may not be written to a file. In review of prior art, I see that Go has a [Source](https://pkg.go.dev/log/slog#Source) type for where the...
Oh! I understand what you meant now. Yes, key/value pairs are the biggest thing I personally want to see changed in this API. This allows for structured logging support that...
This seems like a great idea. I think you're right @itowlson that we probably wouldn't host it from this project. We could potentially hang it off of https://github.com/bytecodealliance/bytecodealliance.org The other...
While I agree that removing VARS is the right call longterm, I also want to echo @bkuschel in that removing VARS without a clear onboarding alternative (available at HEAD) is...
A workaround is to run with: `CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime --dir=." cargo wasi test`
Thanks for this! These are just mirrors although I don't have an issue with normalizing what we have here while also updating upstream. For the individual proposal repos, we need...
@alexcrichton and @peterhuene
I see `cargo wasi test` as a specific case, but I'm game to explore other options. I want to avoid always requiring command-line args for ergonomics. A different approach could...
My preference would be to move all of this work to the 0.3.0 draft with 0.3.0 around the corner.
For 0.2.* interfaces with unstable gates, it would need to go through the phase process before removing `@unstable`. Since this is 0.3 and will be brought forward for stabilization vote...