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

no_std support #19

Merged
merged 41 commits into from
Jul 23, 2024
Merged

no_std support #19

merged 41 commits into from
Jul 23, 2024

Commits on Jul 20, 2024

  1. wip nostd

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    aad482f View commit details
    Browse the repository at this point in the history
  2. no std support!

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c76092e View commit details
    Browse the repository at this point in the history
  3. fix: attr remove

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    baadc25 View commit details
    Browse the repository at this point in the history
  4. fix:ci

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    70f5b6c View commit details
    Browse the repository at this point in the history
  5. test init

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    44c212f View commit details
    Browse the repository at this point in the history
  6. feat: ci update

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    7f1304b View commit details
    Browse the repository at this point in the history
  7. cargo toml fix

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2218cca View commit details
    Browse the repository at this point in the history
  8. fix: cargo toml

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ca8dd35 View commit details
    Browse the repository at this point in the history
  9. fix:cargo.toml

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5cedd47 View commit details
    Browse the repository at this point in the history
  10. see if it works

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    f475c47 View commit details
    Browse the repository at this point in the history
  11. cargo toml

    rkdud007 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d3fb06f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. please

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    69e8720 View commit details
    Browse the repository at this point in the history
  2. is this working?

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4253bc5 View commit details
    Browse the repository at this point in the history
  3. is this?

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    059b24a View commit details
    Browse the repository at this point in the history
  4. does this helps?

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5b53b9f View commit details
    Browse the repository at this point in the history
  5. please?

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5d39189 View commit details
    Browse the repository at this point in the history
  6. feels gmi

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    a9e8cee View commit details
    Browse the repository at this point in the history
  7. think i have one

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    0c8dc4b View commit details
    Browse the repository at this point in the history
  8. cli fix

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    950175c View commit details
    Browse the repository at this point in the history
  9. hope this works

    rkdud007 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    86e633c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. just to check ci

    rkdud007 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fd5f88e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99d6a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72fe346 View commit details
    Browse the repository at this point in the history
  4. ci fix

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    90968a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b388def View commit details
    Browse the repository at this point in the history
  6. proof-parser -> proof_parser

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    97fd9ef View commit details
    Browse the repository at this point in the history
  7. wasm-binding -> wasm_bindings

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2794480 View commit details
    Browse the repository at this point in the history
  8. wasm_bindings ci fix

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fb4c05d View commit details
    Browse the repository at this point in the history
  9. ci fix

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    42e8991 View commit details
    Browse the repository at this point in the history
  10. minor refactor

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4b473fd View commit details
    Browse the repository at this point in the history
  11. no_std fix

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1990dd6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ff45aa View commit details
    Browse the repository at this point in the history
  13. almost works

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9ea93d9 View commit details
    Browse the repository at this point in the history
  14. WS to no_std

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    15d64eb View commit details
    Browse the repository at this point in the history
  15. riscv build

    Okm165 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0744ed9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6b8b4de View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. CI improved

    Okm165 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    221eff3 View commit details
    Browse the repository at this point in the history
  2. CI improved

    Okm165 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    51a58ad View commit details
    Browse the repository at this point in the history
  3. refactor

    Okm165 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    97f225b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from iosis-tech/arm_riscv_support

    ARM RISCV support
    rkdud007 authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    20dc157 View commit details
    Browse the repository at this point in the history
  5. chore: cli std by default

    rkdud007 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    261c73f View commit details
    Browse the repository at this point in the history