Use embedding api in python extension (#569)
Now embedding API is used in the Python extension, this allows us to remove ModuleData::invoke() from wasmtime-interface-types
This commit is contained in:
@@ -20,6 +20,7 @@ cranelift-native = "0.50.0"
|
||||
cranelift-entity = "0.50.0"
|
||||
cranelift-wasm = "0.50.0"
|
||||
cranelift-frontend = "0.50.0"
|
||||
wasmtime = { path = "../../api" }
|
||||
wasmtime-environ = { path = "../../environ" }
|
||||
wasmtime-interface-types = { path = "../../interface-types" }
|
||||
wasmtime-jit = { path = "../../jit" }
|
||||
|
||||
Reference in New Issue
Block a user