2019-03-06 13:53:10 +00:00
---
name: "\U0001F41E Bug report"
about: Create a report to help us improve
title: ''
2019-03-06 14:55:16 +00:00
labels: "\U0001F41E bug"
2019-03-06 13:53:10 +00:00
assignees: ''
---
2019-09-11 22:57:14 +00:00
<!-- Thanks for the bug report! -->
2019-03-06 13:53:10 +00:00
### Describe the bug
2019-09-11 22:57:14 +00:00
<!--
2019-03-06 13:53:10 +00:00
A clear and concise description of what the bug is.
2019-03-07 02:18:58 +00:00
Copy and paste the result of executing the following in your shell, so we can know the version of wasmer, Rust (if available) and architecture of your environment.
2019-10-01 05:50:04 +00:00
-->
2019-03-07 02:18:58 +00:00
2019-10-01 05:50:04 +00:00
```sh
2019-03-07 02:18:58 +00:00
echo "`wasmer -V` | `rustc -V` | `uname -m` "
```
2019-09-11 22:57:14 +00:00
2019-03-06 13:53:10 +00:00
### Steps to reproduce
2019-09-11 22:57:14 +00:00
<!--
Include steps that will help us recreate the issue.
2019-03-06 13:53:10 +00:00
2019-09-11 22:57:14 +00:00
For example,
2019-03-06 13:53:10 +00:00
1. Go to '…'
2. Compile with '…'
3. Run '…'
4. See error
If applicable, add a link to a test case (as a zip file or link to a repository we can clone).
2019-10-01 05:50:04 +00:00
-->
2019-03-06 13:53:10 +00:00
### Expected behavior
2019-09-11 22:57:14 +00:00
<!-- A clear and concise description of what you expected to happen. -->
2019-03-06 13:53:10 +00:00
### Actual behavior
2019-09-11 22:57:14 +00:00
<!--
2019-03-06 13:53:10 +00:00
A clear and concise description of what actually happened.
If applicable, add screenshots to help explain your problem.
2019-09-11 22:57:14 +00:00
-->
2019-03-06 13:53:10 +00:00
### Additional context
2019-09-11 22:57:14 +00:00
<!-- Add any other context about the problem here. -->