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

wasm-bindgen-futures: use queueMicrotask for next tick runs (#3203) #3611

Merged
merged 3 commits into from
Sep 15, 2023

Commits on Sep 15, 2023

  1. wasm-bindgen-futures: use queueMicrotask for next tick runs (rust…

    …wasm#3203)
    
    but use the old `Promise.then` mechanism as a fallback. Cache the
    existance of `queueMicrotask` in the queue instance.
    
    Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
    flumm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    44126a3 View commit details
    Browse the repository at this point in the history
  2. wasm-bindgen-futures: queue: combine #[wasm_bindgen] blocks

    Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
    flumm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1e98547 View commit details
    Browse the repository at this point in the history
  3. remove related issue from changelog

    only the pull request is relevant
    
    Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
    flumm committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d8795d2 View commit details
    Browse the repository at this point in the history