Skip to content

Commit 806d197

Browse files
authored
Update platform support docs (#2023)
Be sure to mention Linux AArch64 as a supported platform of Wasmtime now.
1 parent abf157b commit 806d197

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/stability-platform-support.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ snapshot of what the current state of the world looks like.
1010
All features of `wasmtime` should work on the following platforms:
1111

1212
* Linux x86\_64
13+
* Linux aarch64
1314
* macOS x86\_64
1415
* Windows x86\_64
1516

@@ -18,9 +19,8 @@ sections below!
1819

1920
## JIT compiler support
2021

21-
The JIT compiler, backed by either `lightbeam` or `cranelift` supports only the
22-
x86\_64 architecture at this time. Support for at least ARM, AArch64, and x86 is
23-
planned at this time.
22+
The JIT compiler, backed by Cranelift, supports the x86\_64 and aarch64
23+
architectures at this time. Support for at least ARM and x86 is planned as well.
2424

2525
Usage of the JIT compiler will require a host operating system which supports
2626
creating executable memory pages on-the-fly. In Rust terms this generally means
@@ -39,5 +39,6 @@ much else will be needed.
3939
The `wasmtime` project does not currently use `#[no_std]` for its crates, but
4040
this is not because it won't support it! At this time we're still gathering use
4141
cases for for what `#[no_std]` might entail, so if you're interested in this
42-
we'd love to hear about your use case! Feel free to open an issue on the
42+
we'd love to hear about your use case! Feel free to [open an
43+
issue](https://github.com/bytecodealliance/wasmtime/issues/new) on the
4344
`wasmtime` repository to discuss this.

0 commit comments

Comments
 (0)