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

Add a wasmtime-specific wasmtime_wat2wasm C API #1206

Merged
merged 7 commits into from
Mar 3, 2020

Commits on Mar 2, 2020

  1. Add a wasmtime-specific wasmtime_wat2wasm C API

    This commit implements a wasmtime-specific C API for converting the text
    format to the binary format. An upstream spec issue exists for adding
    this to the C API, but in the meantime we can experiment with our own
    version of this API and use it in the C# extension, for example!
    
    Closes bytecodealliance#1000
    alexcrichton committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    37b1341 View commit details
    Browse the repository at this point in the history
  2. Reorder arguments

    alexcrichton committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    70a90ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e28db6b View commit details
    Browse the repository at this point in the history
  4. Mark wat input as const

    alexcrichton committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    f4a41b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e20c27b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce2ef9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24f88e7 View commit details
    Browse the repository at this point in the history