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 CodeBuilder type to the wasmtime crate #8181

Merged
merged 5 commits into from
Mar 20, 2024

Commits on Mar 19, 2024

  1. Add a ModuleBuilder type to the wasmtime crate

    This commit is extracted from bytecodealliance#8055 and adds a new `ModuleBuilder` type
    which is intended to be able to further configure compilation beyond
    what the constructors of `Module` already provide. For example in bytecodealliance#8055
    knobs will be added to process `*.dwp` files for more debuginfo
    processing.
    
    Co-authored-by: yowl00 <scott.waye@hubse.com>
    alexcrichton and yowl committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    542272d View commit details
    Browse the repository at this point in the history
  2. Fix build

    alexcrichton committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7ca9531 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Review feedback

    alexcrichton committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    05abcb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    252f3ee View commit details
    Browse the repository at this point in the history
  3. Fix doc errors

    alexcrichton committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    44142a5 View commit details
    Browse the repository at this point in the history