bytecodealliance / wizer

The WebAssembly Pre-Initializer
Apache License 2.0
958 stars 58 forks source link

Re-export Wasmtime crate to allow easier use with Wizer API. #82

Closed cfallin closed 1 year ago

cfallin commented 1 year ago

The Wizer API exposes several Wasmtime types, especially when using the functionality to provide a custom linker. It is thus useful to have a re-exported wasmtime to refer use when driving Wizer as a library, so versions do not need to be manually synchronized.