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

Web timer support #153

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Refractor Async<T> into a new file
This commit moves the implementation for Async<T> into a new file called
io.rs. This is done, as adding wasm32-unknown-unknown does not support async
I/O, so it's easiest to move it all to another file to cut if off.

As this commit will make up the majority of the lines of the overall PR, I've
elected to make it separate for ease of review.

Signed-off-by: John Nunley <dev@notgull.net>
notgull committed Sep 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a96d4bec4e25326db17539e1d531fc5f71bee88a
1,577 changes: 1,577 additions & 0 deletions src/io.rs

Large diffs are not rendered by default.

1,572 changes: 4 additions & 1,568 deletions src/lib.rs

Large diffs are not rendered by default.