-
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
feat: Rename wasmer-engine-native
to wasmer-engine-dylib
#2356
Conversation
b32c401
to
93cba79
Compare
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
The error comes from the |
bors try |
tryBuild failed: |
As talked offline, let's go with |
bors try |
wasmer-engine-native
to wasmer-engine-shared-object
wasmer-engine-native
to wasmer-engine-dylib
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
6937764
to
3d66a2e
Compare
bors r+ |
2364: feat: Rename `wasmer-engine-object-file` to `wasmer-engine-staticlib`. r=Hywan a=Hywan # Description This PR renames the `wasmer-engine-object-file` crate into `wasmer-engine-staticlib`. We believe it conveys a better meaning of what it does. This PR is similar to its siblings, #2340 and #2356. Co-authored-by: Ivan Enderlin <[email protected]>
This (small) patch renames the
wasmer-engine-native
crate intowasmer-engine-dylib
. We believe the new name conveysbetter the intent of the engine.
I will update the
CHANGELOG
later.