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

Develop #7

Merged
merged 29 commits into from
Jun 13, 2024
Merged

Develop #7

merged 29 commits into from
Jun 13, 2024

Commits on Jun 12, 2024

  1. chore: update todos

    c-git committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e5b83c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. docs: update lib home page

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6a06f6a View commit details
    Browse the repository at this point in the history
  2. style: format settings file

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9a1f902 View commit details
    Browse the repository at this point in the history
  3. chore: remove setting for vscode for all features

    We intend features to be mutually exclusive so this won't work
    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ccabdb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60f54ee View commit details
    Browse the repository at this point in the history
  5. ci: add checks for wasm

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5a9bff7 View commit details
    Browse the repository at this point in the history
  6. ci: change name of workflows

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bc5b96e View commit details
    Browse the repository at this point in the history
  7. ci: specify target

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    101f1ea View commit details
    Browse the repository at this point in the history
  8. ci: clarify name of job

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8c6f77d View commit details
    Browse the repository at this point in the history
  9. ci: update when jobs run

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b1bdd8c View commit details
    Browse the repository at this point in the history
  10. ci: add wasm tests

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9e4187d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    269e94b View commit details
    Browse the repository at this point in the history
  12. chore: update todos

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8393301 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d30fa77 View commit details
    Browse the repository at this point in the history
  14. feat: add examples

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c737f9f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f17615c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d41f58 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c31f2cf View commit details
    Browse the repository at this point in the history
  18. test: add a way to reproduce blocking problem

    Add a way for local to also block on trying to run the code
    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cbc2f93 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    132f0a3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b1728e0 View commit details
    Browse the repository at this point in the history
  21. feat: add yield_now

    Needed if loop doesn't yield in and only one thread it available (wasm)
    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0722dc8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    29f0946 View commit details
    Browse the repository at this point in the history
  23. feat: change to generics

    Remove existential type and also removes need for box
    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    aa19d97 View commit details
    Browse the repository at this point in the history
  24. feat: re-export reqwest client

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3611701 View commit details
    Browse the repository at this point in the history
  25. docs: make comment more clear

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    414db8b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e50bb79 View commit details
    Browse the repository at this point in the history
  27. chore: version bump

    c-git committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    434e9f2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    41c4bd2 View commit details
    Browse the repository at this point in the history