Engine: Re-add Inherent Methods Moved to NativeEngineExt #3673
Labels
🚨 breaking change
This Issue or PR involves a breaking change
📦 lib-api
About wasmer
priority-high
High priority issue
Milestone
We moved some architecture specific methods on
Engine
toNativeEngineExt
.This is a breaking change though, since users now need to import the
Ext
trait to invokeEngine::new()
.To not force a
4.0
release, we will re-introduce inherent methods onEngine
, but mark them as deprecated.The text was updated successfully, but these errors were encountered: