Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add webidl iterable support #3962

Merged
merged 3 commits into from
Jul 28, 2024

Commits on Jul 28, 2024

  1. Generate JsStream documentation

    Use the doc_cfg feature to show it's behind futures-core-03-stream
    feature flag.
    RaoulHC authored and daxpedda committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9d43c59 View commit details
    Browse the repository at this point in the history
  2. Add support for webidl iterables

    Most of the plumbing was there but now (async) iterable instances
    generate the `entries`, `keys` and `values` methods. `forEach` is also
    generated for the non-async iterable.
    RaoulHC authored and daxpedda committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3934490 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry for rustwasm#3962

    RaoulHC authored and daxpedda committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    41f2bfc View commit details
    Browse the repository at this point in the history