Thomas Lively

Results 907 comments of Thomas Lively

You can also try just using a larger timeout, as the error message says, e.g. `--timeout=5`.

This is possibly due to having some locals having exact references to a type and other locals having inexact references to the same type. They will be be emitted as...

Yes, this bug is still unfixed. You're welcome to upload a PR for it if you'd like :)

> * We want to annotate _exports_, not functions - functions can have multiple exports, making this ambiguous otherwise. Custom annotations lacks that atm. Annotations are allowed anywhere whitespace is...

Is it possible that wasm-opt is correct and there actually are duplicate export names? If so, this would be working as intended because duplicate export names are disallowed by the...

There is indeed at least one duplicate export: `wasm_bindgen_b6b266dc1a4d1fd9___convert__closures________invoke___web_sys_cd0631b8eb5639e2___features__gen_Event__Event_____`. The bug must be in something that runs before wasm-opt.

Is `initialMessage` an existing feature I can read about somewhere? I like the idea of being able to supply additional arguments to be postMessaged to the worker on creation, but...

What are the passes involved in the cycle of creating new opportunities here? Perhaps we could do another targeted fix by combining passes or having them run each other as...

cc @mkustermann, we were talking about Dart wanting something like this recently.

It's also unclear how reinterpret casts could be made to interact as you would expect with normal casts. The underlying heap value can only have one RTT, so the fact...