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

feat: implement CallCallablePoint to VM #97

Closed
wants to merge 12 commits into from

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    b2f5219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    432ca0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adb7b25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    584294c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd4e14e View commit details
    Browse the repository at this point in the history
  6. fix: cargo clippy

    loloicci committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c92e9e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    6324adc View commit details
    Browse the repository at this point in the history
  2. build: build libwasmvm

    loloicci committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c110ba7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

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

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    66ba6cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6450b View commit details
    Browse the repository at this point in the history
  3. fix: cost gas even if call callable point fails because of permission

    - fix to cost gas even if call callable point fails because of permission.
    - add a test for it
    - build libwasmvm
    loloicci committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0bd13e8 View commit details
    Browse the repository at this point in the history