File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ snapshot of what the current state of the world looks like.
10
10
All features of ` wasmtime ` should work on the following platforms:
11
11
12
12
* Linux x86\_ 64
13
+ * Linux aarch64
13
14
* macOS x86\_ 64
14
15
* Windows x86\_ 64
15
16
@@ -18,9 +19,8 @@ sections below!
18
19
19
20
## JIT compiler support
20
21
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.
24
24
25
25
Usage of the JIT compiler will require a host operating system which supports
26
26
creating executable memory pages on-the-fly. In Rust terms this generally means
@@ -39,5 +39,6 @@ much else will be needed.
39
39
The ` wasmtime ` project does not currently use ` #[no_std] ` for its crates, but
40
40
this is not because it won't support it! At this time we're still gathering use
41
41
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
43
44
` wasmtime ` repository to discuss this.
You can’t perform that action at this time.
0 commit comments