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

restore no-std support #1

Closed
wants to merge 8 commits into from
Closed

restore no-std support #1

wants to merge 8 commits into from

Commits on Nov 6, 2023

  1. perform test action on x86_64-unknown-linux-gnu and `wasm32-unknown…

    …-unknown`
    
    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    219c43e View commit details
    Browse the repository at this point in the history
  2. make plonky2 build on wasm32-unknown-unknown

    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    01eea03 View commit details
    Browse the repository at this point in the history
  3. make starky build on wasm32-unknown-unknown

    small oversight on `plonky2` fixed
    
    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5e81b2d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. skip evm folder if target is wasm32-unknown-unknown

    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7b70c81 View commit details
    Browse the repository at this point in the history
  2. add default: true to toolchain

    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8cd5441 View commit details
    Browse the repository at this point in the history
  3. skip test if target is wasm32-unknown-unknown

    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b25feac View commit details
    Browse the repository at this point in the history
  4. single ticks instead of double

    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a38ed46 View commit details
    Browse the repository at this point in the history
  5. explicit target

    Signed-off-by: muraca <mmuraca247@gmail.com>
    muraca committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8fd3e76 View commit details
    Browse the repository at this point in the history