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

Avoid using wasmer directly #420

Merged
merged 1 commit into from
Jan 26, 2022
Merged

Commits on Jan 20, 2022

  1. Avoid using wasmer directly

    On the nearcore's side, contract runtime team frequently makes
    substantial changes to wasmer and wants to change those changes with
    aurora. If aurora has a direct dependency to wasmer, we need to apply
    more Cargo.toml patches to test this out.
    
    Moreover, wasmer is not needed for this particular test -- we don't need
    to compile WASM to machine code (which is what wasmer is doing), we just
    need to run some analysis on wasmer. That's a much simpler thing to do
    conceptually, and something `walrus` crate is typically used.
    matklad committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    48c4747 View commit details
    Browse the repository at this point in the history