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

feat(wasm): add beerus-web wasm library #756

Merged
merged 61 commits into from
Sep 25, 2024
Merged

feat(wasm): add beerus-web wasm library #756

merged 61 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    db5f608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0173c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38e304a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b91e498 View commit details
    Browse the repository at this point in the history
  5. style: fmt

    sergey-melnychuk committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9f4b80f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    470f69c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba95734 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3251d1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    162561d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c2c709 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78b5004 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2132514 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7824ad0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1039651 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    166ee5b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d2d65dc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c0f0894 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8542a9f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4a6f401 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6004ed2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8310122 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f6f9511 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5a5d7ce View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8272ff6 View commit details
    Browse the repository at this point in the history
  25. feat(wasm): run beerus in a web worker contex

    Running blocking IO is possible only in a context of a web worker.
    sergey-melnychuk committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4386f3e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8a7b943 View commit details
    Browse the repository at this point in the history
  27. chore(wasm/deps): align dependencies

    Now both wasm32 and x86_64 targets are buildable.
    sergey-melnychuk committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    26f4846 View commit details
    Browse the repository at this point in the history
  28. style: fmt

    sergey-melnychuk committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    def0cfc View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fd51a20 View commit details
    Browse the repository at this point in the history
  30. style: clippy

    sergey-melnychuk committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    785664a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    529e526 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fa36c13 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f050a0c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e1dc56d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7710b4d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4efe24c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d4c178c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    38bff77 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3af37c8 View commit details
    Browse the repository at this point in the history
  40. style: clippy

    sergey-melnychuk committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    497aad7 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    aa5da30 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    ea1e0c7 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    cb70467 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    6f818cb View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    cce3ea4 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e87be3c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    15e67a5 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    1535cb4 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3d8e542 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    037baed View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    561a747 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    feb684f View commit details
    Browse the repository at this point in the history
  53. style: fmt

    sergey-melnychuk committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8f93c1e View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a97cbae View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    3ec2ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35729fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b4fc0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d65ced9 View commit details
    Browse the repository at this point in the history
  5. style: fmt

    sergey-melnychuk committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d3f8dfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ee85b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9824e39 View commit details
    Browse the repository at this point in the history