bytecodealliance / wasmtime-cpp

Apache License 2.0
85 stars 18 forks source link

Add Module::deserialize_file() to expose wasm_module_deserialize_file() #20

Closed dshiell15 closed 2 years ago

dshiell15 commented 2 years ago

Exposes the C API wasm_module_deserialize_file() functionality for more performant module loading.

alexcrichton commented 2 years ago

Thanks!