Skip to content

Commit e55c9c2

Browse files
authored
Merge pull request #129 from wasmerio/docs-update-23bd743f-36dc-4bd4-ab90-fddf31d950d3-20250423-072715
docs: Split RISC-V into 32-bit and 64-bit variants
2 parents a428e3a + 6d12b8e commit e55c9c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pages/runtime/features.mdx

+9-9
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ Wasmer features:
7474

7575
## Backend support by Chipset
7676

77-
| | x86_64 | arm64 | x86 | RISC-V |
78-
| -------------- | ------ | ----- | --- | ------ |
79-
| Cranelift |||||
80-
| LLVM |||||
81-
| Singlepass |||||
82-
| V8 |||||
83-
| Wasmi |||||
84-
| JavascriptCore |||||
85-
| Browser |||||
77+
| | x86_64 | arm64 | x86 | RISC-V 64-bit | RISC-V 32-bit |
78+
| -------------- | ------ | ----- | --- | ------------- | ------------- |
79+
| Cranelift |||| ||
80+
| LLVM |||| ||
81+
| Singlepass |||| ||
82+
| V8 |||| ||
83+
| Wasmi |||| ||
84+
| JavascriptCore |||| ||
85+
| Browser |||| ||

0 commit comments

Comments
 (0)