Skip to content
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(package) Be consistent on Windows regarding libwasmer name. #2074

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Jan 29, 2021

Description

Windows package libraries aren't named consistently regarding other platforms. This patch fixes that.

Review

  • Add a short description of the the change to the CHANGELOG.md file

@Hywan Hywan added bug Something isn't working 🤖 bot Bip bip labels Jan 29, 2021
@Hywan Hywan self-assigned this Jan 29, 2021
Makefile Outdated Show resolved Hide resolved
@jubianchi
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Feb 1, 2021
2074: feat(package) Be consistent on Windows regarding `libwasmer` name. r=jubianchi a=Hywan

# Description

Windows package libraries aren't named consistently regarding other platforms. This patch fixes that.

# Review

- [ ] Add a short description of the the change to the CHANGELOG.md file


2083: doc(c-api) Remove inline documentation in `wasmer_wasm.h`, clarification about stability… r=Hywan a=Hywan

# Description

As suggested in #2053 (comment), this PR removes the automatically generated documentation when building `wasmer_wasm.h`.

It also clarifies our position regarding stability, and add a section about the documentation.

This PR takes also the opportunity to mark `wasi_env_set_(instance|memory)` as deprecated functions.

# Review

- [x] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Ivan Enderlin <ivan@mnt.io>
@bors
Copy link
Contributor

bors bot commented Feb 1, 2021

Build failed (retrying...):

@Hywan
Copy link
Contributor Author

Hywan commented Feb 1, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 1, 2021

Already running a review

bors bot added a commit that referenced this pull request Feb 1, 2021
2074: feat(package) Be consistent on Windows regarding `libwasmer` name. r=jubianchi a=Hywan

# Description

Windows package libraries aren't named consistently regarding other platforms. This patch fixes that.

# Review

- [ ] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Ivan Enderlin <ivan@mnt.io>
@bors
Copy link
Contributor

bors bot commented Feb 1, 2021

Build failed:

cp target/release/wasmer_c_api.dll package/lib
cp target/release/wasmer_c_api.lib package/lib
cp target/release/wasmer_c_api.dll package/lib/wasmer.dll
cp target/release/wasmer_c_api.lib package/lib/wasmer.lib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be good to check with Syrus on the name inconsistency, if I remember correctly they've always had a different name than other platforms and I believe I've verified that that was intentional in the past

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just re-checked. This looks good!

@syrusakbary
Copy link
Member

Merging although is going to cause create-exe fail temporarily. I'll fix that in master directly

@syrusakbary syrusakbary merged commit 0cf1840 into wasmerio:master Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 bot Bip bip bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants