Skip to content

Commit 5b57d15

Browse files
author
BiancaIalangi
committed
sdk-rs - add note about wasmer6
1 parent 887744d commit 5b57d15

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/developers/meta/rust-stable-vs-nightly.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,28 @@ Also, everything on versions older than v0.50.0 needs to run on nightly Rust.
3535
</tr>
3636
<tr>
3737
<td>`v0.50` to `v0.56`</td>
38-
<td>Stable</td>
38+
<td>**Stable (recommended)** or Nightly</td>
3939
<td>≥`1.78` and ≤`1.86`</td>
4040
</tr>
4141
<tr>
4242
<td>`v0.57`</td>
43-
<td>Stable</td>
43+
<td>**Stable (recommended)** or Nightly</td>
4444
<td>≥`1.83` and ≤`1.86`</td>
4545
</tr>
4646
<tr>
4747
<td>`v0.58` and Higher</td>
48-
<td>Stable</td>
49-
<td>≥`1.83`</td>
48+
<td>**Stable (recommended)** or Nightly</td>
49+
<td>≥`1.83`*</td>
5050
</tr>
5151
</tbody>
5252
</table>
5353

54+
\* Starting with Rust version `1.89` and higher, there are known runtime issues when using **wasmer 6.0** (`wasmer-experimental`) exclusively on the **Linux platform**.
55+
56+
:::note
57+
If you are using **wasmer 6.0** on Linux, we recommend pinning your Rust version below `1.89`.
58+
:::
59+
5460
[comment]: # (mx-context-auto)
5561

5662
## Why Nightly for the older versions?

0 commit comments

Comments
 (0)