Results 765 comments of daxpedda

The testing you are trying to implement here is **greatly** appreciated, but it is of way higher quality then this repository is used to. In `wasm-bindgen` there are a lot...

I'm definitely not an expert in JS/Web APIs, but I believe there are some misconceptions here. WebIDL dictionary and enum types are not translated to JS by web browsers. So...

> What can be done to help fix or reduce the impact of this issue? The conclusion was that there isn't anything that can really be done here from `wasm-bindgen`s...

I believe this has been sufficiently answered in the OP (see the "Workaround" section) and follow-up posts. What part is unclear?

I couldn't really find what exactly the goal or the motivation behind this is in the OP, would you mind going into that and how this isn't solved by the...

So I tried reading it again with fresh eyes and am unfortunately not closer to understanding what exactly this is trying to achieve. Happy to re-open upon further clarification!

Apologies for the delay, I was on vacation, still catching up. Planning to take a look tomorrow! > I'm not sure what's going on with the CI. The `cargo test...

@Davidster thank you for your contribution!

> @daxpedda Would you be open to a PR that integrates module splitting into wasm-bindgen? ### Short answer Unfortunately not. Especially seeing how well this can work in an external...

> In general I understand the desire for modularity. On the other hand you can have "false modularity", where things that are nominally separate modules are in fact highly coupled...