Files
wasmtime/src
Alex Crichtonandyowl00 55664f5a3f Add a CodeBuilder type to the wasmtime crate (#8181)
* 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>
2024-03-20 20:52:14 +00:00
..
2024-03-18 20:35:06 +00:00