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

Cleanup, refactor and re-organize wasmi_cli crate #655

Merged
merged 34 commits into from
Feb 7, 2023

Commits on Feb 7, 2023

  1. impl FromStr for KeyValue

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f2841e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ba431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    126f4d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e09a43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de6a1e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c005de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    973e8b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7d04c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffb8967 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    776087d View commit details
    Browse the repository at this point in the history
  11. use cloned()

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    674c4a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cfe0dbd View commit details
    Browse the repository at this point in the history
  13. improve argv docs

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    8c07262 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9b0cfd4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4902732 View commit details
    Browse the repository at this point in the history
  16. apply rustfmt

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    5848ab1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fb5ee82 View commit details
    Browse the repository at this point in the history
  18. refactor link_wasi

    Split link_wasi into create_wasi_ctx and the rest of the link_wasi procedure. Also simplified a lot of code.
    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3d67c42 View commit details
    Browse the repository at this point in the history
  19. move inherit_stdio

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    765bbad View commit details
    Browse the repository at this point in the history
  20. improve docs slightly

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e80910a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    138a820 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ef8c163 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ea530ed View commit details
    Browse the repository at this point in the history
  24. rename method

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    453f445 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9d0daff View commit details
    Browse the repository at this point in the history
  26. create utils module

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d6bfb92 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    21a34ec View commit details
    Browse the repository at this point in the history
  28. improve docs

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2a9e5b1 View commit details
    Browse the repository at this point in the history
  29. fix doc link

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2fb2177 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    42bc9c8 View commit details
    Browse the repository at this point in the history
  31. add Args::invoked getter

    Robbepop committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d8b2045 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8760279 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d599ca0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    add0225 View commit details
    Browse the repository at this point in the history