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

Allow writing function contracts in webassembly code #407

Open
wants to merge 51 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b1c607c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa2bfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18bcfe1 View commit details
    Browse the repository at this point in the history
  4. simplify code

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f75e388 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e137e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fabad7 View commit details
    Browse the repository at this point in the history
  7. Adopt to Prelude

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9732b1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcecb0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1c96d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fa8722 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c6b5e6 View commit details
    Browse the repository at this point in the history
  12. replace let* with let+

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ff2ec9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18bb3e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76d7b53 View commit details
    Browse the repository at this point in the history
  15. add function contracts as one kind of annotation, to be parsed either…

    … from s-expressions or directly from code
    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    240b77a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21b93f6 View commit details
    Browse the repository at this point in the history
  17. parse function contract

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    08c3699 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9511220 View commit details
    Browse the repository at this point in the history
  19. fix parser

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7111a13 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3187bd8 View commit details
    Browse the repository at this point in the history
  21. better pretty printer

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7f7f87b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e4920d4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8885690 View commit details
    Browse the repository at this point in the history
  24. small fixes

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8e916ab View commit details
    Browse the repository at this point in the history
  25. fix

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    49909b7 View commit details
    Browse the repository at this point in the history
  26. rename Int32.to_string to Int32.to_string_exn

    rename Int32.to_string_opt to Int32.to_string
    same for Int64, Float32, Float64
    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6c76976 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8b79776 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ea5d14f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8632890 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    574dc99 View commit details
    Browse the repository at this point in the history
  31. add owi header

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fb31c05 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3b19c74 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    81b0bf5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ebf9a50 View commit details
    Browse the repository at this point in the history
  35. promote some tests

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4e96795 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    77d1884 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9aceccf View commit details
    Browse the repository at this point in the history
  38. fix

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5046234 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4c1795b View commit details
    Browse the repository at this point in the history
  40. fix operator tests

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dbdd1a2 View commit details
    Browse the repository at this point in the history
  41. add rac tests

    Laplace-Demon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    873d937 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4d547f6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    711790c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3517a43 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. add memory instruction

    Laplace-Demon committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    74fbb57 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    4ed6c6e View commit details
    Browse the repository at this point in the history
  2. changes.md

    Laplace-Demon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e176356 View commit details
    Browse the repository at this point in the history
  3. add weasel example

    Laplace-Demon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    916ae44 View commit details
    Browse the repository at this point in the history
  4. readd owi run --rac

    Laplace-Demon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    681a2b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0c7c95 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. add assert.wat in test

    Laplace-Demon committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f39e443 View commit details
    Browse the repository at this point in the history