mirror of
https://github.com/encounter/wasmtime.git
synced 2026-07-11 06:18:52 -07:00
* Add a `ModuleBuilder` type to the `wasmtime` crate This commit is extracted from #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 #8055 knobs will be added to process `*.dwp` files for more debuginfo processing. Co-authored-by: yowl00 <scott.waye@hubse.com> * Fix build * Review feedback * Rename ModuleBuilder to CodeBuilder * Fix doc errors --------- Co-authored-by: yowl00 <scott.waye@hubse.com>