Eliza Weisman

Results 571 comments of Eliza Weisman

I did a quick test, and it looks like every crate in the repo builds fine for `wasm32-wasi` _and_ `wasm32-unknown-unknown`, which was kind of a pleasant surprise. We should probably...

@SecurityInsanity Thanks, that would be great! I think just adding the targets to GitHub Actions is a good first step, but there might be more to it than that? I'm...

Great, thank you! Do let me know if you have any questions about stuff on the `tracing` side --- I'm happy to help out, and excited to get wasm supported...

Hmm...in order to include the `wasm_bindgen_test` attribute, is there also an external dependency that's required? I think just making the change crate-by-crate is _probably_ the best approach, but I'm not...

> > Hmm...in order to include the wasm_bindgen_test attribute, is there also an external dependency that's required? > > Yeah, there's a dev-dependency on `wasm-bindgen-test` crate. This includes both the...

:wave: Hi @SecurityInsanity, any updates on this? I've noticed that a handful of subscriber implementations for emitting diagnostics from `tracing` to various browser APIs are starting to show up, like...

Great! No real rush, I just wanted to see where you were at and if you were stuck on anything. Thanks again!

I think adding a public API method like the current `JoinSet::insert` would be a useful addition to the `JoinSet` API! I wasn't sure why we went with the current API...

Hmm, I think inlining the `JoinSet` list into the per-task allocation is definitely a potentially very valuable optimization, especially given that this is something that can _only_ be implemented in...

I might take a crack at implementing this optimization in the next week or so if I have some free time.