fitzgen opened Issue #2025:
We made changes to the Rust API so that creating a module requires an engine, not a store. However, we didn't propagate this change out to the C API (nor the python API and I assume not to the go or .NET APIs either).
We should do this. It might require using non-standard
wasmtime.h
functions, unless we convince upstream to make this change as well.
fitzgen labeled Issue #2025:
We made changes to the Rust API so that creating a module requires an engine, not a store. However, we didn't propagate this change out to the C API (nor the python API and I assume not to the go or .NET APIs either).
We should do this. It might require using non-standard
wasmtime.h
functions, unless we convince upstream to make this change as well.
yurydelendik commented on Issue #2025:
We made changes to the Rust API so that creating a module requires an engine, not a store.
Yeah, the reason was
HostRef
. Now since it is gone we can change signature ofwasmtime_module_new
.
yurydelendik edited a comment on Issue #2025:
We made changes to the Rust API so that creating a module requires an engine, not a store.
Yeah, the reason was
HostRef
. Now since it is gone we can change signature ofwasmtime_module_new
.
fitzgen closed Issue #2025:
We made changes to the Rust API so that creating a module requires an engine, not a store. However, we didn't propagate this change out to the C API (nor the python API and I assume not to the go or .NET APIs either).
We should do this. It might require using non-standard
wasmtime.h
functions, unless we convince upstream to make this change as well.
Last updated: Nov 22 2024 at 17:03 UTC