1163: Add clippy error checking in lint step r=MarkMcCaskey a=MarkMcCaskey
# Review
- [ ] Add a short description of the the change to the CHANGELOG.md file
Co-authored-by: Mark McCaskey <mark@wasmer.io>
1160: Docs/misc runtime core and cleanup r=MarkMcCaskey a=MarkMcCaskey
Adds some docs and deletes `mono_vec` (it's not publicly exposed, or used at all and I asked about it on Slack about it > 6 months ago and no one was attached to it)
Co-authored-by: Mark McCaskey <mark@wasmer.io>
1156: Added release badge to wasmex in the README r=Hywan a=tessi
# Description
Added the release badge for wasmex to our README.
This time attempting not to break the layout ;)
<img width="917" alt="Screenshot 2020-01-16 at 13 13 42" src="https://user-images.githubusercontent.com/206108/72524372-0d575880-3862-11ea-986d-b0aeeb6a82d4.png">
# Review
- [ ] Add a short description of the the change to the CHANGELOG.md file
I guess this does not need a CHANGELOG entry 🤔
Co-authored-by: Philipp Tessenow <philipp@tessenow.org>
1153: Added Wasmex, an Elixir language integration r=MarkMcCaskey a=tessi
# Description
Thanks for creating wasmer. I missed a language integration and, thus, implemented it. This PR adds [Wasmex](https://github.com/tessi/wasmex), an integration into the Elixir language, to the list of supported languages in the README.
The implementation "borrows" some ideas (esp on the Rust side and documentation) of your language integrations. I hope this is OK with you. If not, tell me :)
# Review
- [ ] Add a short description of the the change to the CHANGELOG.md file
Co-authored-by: Philipp Tessenow <philipp@tessenow.org>
1152: Update clif-backend to use new published crates r=MarkMcCaskey a=MarkMcCaskey
With help from @nlewycky, this updates clif-backend to use the published forks
Co-authored-by: Mark McCaskey <mark@wasmer.io>
1151: Prepare for 0.13.0 release r=MarkMcCaskey a=MarkMcCaskey
# Review
- [x] Add a short description of the the change to the CHANGELOG.md file
Co-authored-by: Mark McCaskey <mark@wasmer.io>
1143: Set backend_id to static str r=MarkMcCaskey a=syrusakbary
<!--
Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test:
https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests
-->
# Description
As per feedback in #1099, set backend_id to static str.
<!--
Provide details regarding the change including motivation,
links to related issues, and the context of the PR.
-->
# Review
- [ ] Add a short description of the the change to the CHANGELOG.md file
Co-authored-by: Syrus <me@syrusakbary.com>
Co-authored-by: Mark McCaskey <mark@wasmer.io>
1149: fix(bin) Remove a warning for unreachable code. r=MarkMcCaskey a=Hywan
The `panic!` statement is indeed unreachable for regular usages, but
not for wrong feature configurations. Allowing `unreachable_code` to
avoid a warning.
Co-authored-by: Ivan Enderlin <ivan.enderlin@hoa-project.net>
The `panic!` statement is indeed unreachable for regular usages, but
not for wrong feature configurations. Allowing `unreachable_code` to
avoid a warning.
760: Add Publish_Docs stage, make it push to a fake gh-pages branch for testing whenever master is updated. r=syrusakbary a=nlewycky
bors r-
Co-authored-by: Nick Lewycky <nick@wasmer.io>
Co-authored-by: Syrus <me@syrusakbary.com>
Co-authored-by: Azure Pipelines <azuredevops@microsoft.com>