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 host functions to call Wasm functions #590

Merged
merged 23 commits into from
Dec 23, 2022
Merged

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    1c84111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    467a450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6846175 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12fd0f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. put shared engine resources behind RwLock

    This will later allow multiple EngineExecutors to share a single read-only EngineResources.
    Robbepop committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    29ff885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    612e76d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    259ffe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc68ca3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:paritytech/wasmi into rf-host-to-…

    …wasm-func-exec
    
    # Conflicts:
    #	crates/arena/src/lib.rs
    #	crates/wasmi/src/engine/mod.rs
    Robbepop committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    865386b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    0b18577 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    d046a0e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. add EngineStacks struct

    Robbepop committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    02a07bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd10ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd4f944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8984efb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8db8dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dfd25c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf6c690 View commit details
    Browse the repository at this point in the history
  8. apply clippy suggestions

    Robbepop committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c453d2a View commit details
    Browse the repository at this point in the history
  9. apply rustfmt suggestions

    Robbepop committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    59b572a View commit details
    Browse the repository at this point in the history
  10. apply rustfmt suggestions v2

    Robbepop committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    367246d View commit details
    Browse the repository at this point in the history
  11. apply rustfmt suggestions v3

    Robbepop committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    b59fc93 View commit details
    Browse the repository at this point in the history
  12. apply rustfmt suggestions v4

    Robbepop committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    587d8dc View commit details
    Browse the repository at this point in the history