-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing dylib and staticlib engines in favor of a single Universal Engine #2946
Conversation
e56c714
to
f768704
Compare
0ec7e71
to
565f50d
Compare
rkyv supports IndexMap via a feature flag, so having our own IndexMap type is unnecessary.
… unwind}.rs to wasmer_types
Since there's now only one engine, no need to expose it to the user.
Since there's only one Engine now.
…lerConfig Since there's one engine now, it doesn't make sense to initialize a `Store` with the engine specifically. It's an extra redundant step for the API user.
565f50d
to
f744bac
Compare
bors r+ p=10 |
Build succeeded: |
Hey @epilys, |
Hey @GeorgKreuzmayr, thanks for your kind words :). You will have to use the latest stable release 2.3 for now. Right now the current |
Closes Refactor Engines into a single Universal Engine #2925
Review