Skip to content

Commit a43018f

Browse files
authored
Update document to add wamr-rust-sdk introduction (bytecodealliance#3204)
Merge branch dev/rust_sdk to main. The wamr-rust-sdk has been migrated to the standalone repo: https://github.com/bytecodealliance/wamr-rust-sdk So here we just update the document to add the introduction.
1 parent d555c16 commit a43018f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WebAssembly Micro Runtime (WAMR) is a lightweight standalone WebAssembly (Wasm)
3535
- [XIP (Execution In Place) support](./doc/xip.md), ref to [document](./doc/xip.md)
3636
- [Berkeley/Posix Socket support](./doc/socket_api.md), ref to [document](./doc/socket_api.md) and [sample](./samples/socket-api)
3737
- [Multi-tier JIT](./product-mini#linux) and [Running mode control](https://bytecodealliance.github.io/wamr.dev/blog/introduction-to-wamr-running-modes/)
38-
- Language bindings: [Go](./language-bindings/go/README.md), [Python](./language-bindings/python/README.md)
38+
- Language bindings: [Go](./language-bindings/go/README.md), [Python](./language-bindings/python/README.md), [Rust](./language-bindings/rust/README.md)
3939

4040
### Wasm post-MVP features
4141
- [wasm-c-api](https://github.com/WebAssembly/wasm-c-api), ref to [document](doc/wasm_c_api.md) and [sample](samples/wasm-c-api)
@@ -46,14 +46,14 @@ WebAssembly Micro Runtime (WAMR) is a lightweight standalone WebAssembly (Wasm)
4646
- [Multi-value](https://github.com/WebAssembly/multi-value), [Tail-call](https://github.com/WebAssembly/tail-call), [Shared memory](https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md#shared-linear-memory)
4747

4848
### Supported architectures and platforms
49-
The WAMR VMcore supports the following architectures:
49+
The WAMR VMcore supports the following architectures:
5050
- X86-64, X86-32
5151
- ARM, THUMB (ARMV7 Cortex-M7 and Cortex-A15 are tested)
5252
- AArch64 (Cortex-A57 and Cortex-A53 are tested)
5353
- RISCV64, RISCV32 (RISC-V LP64 and RISC-V LP64D are tested)
5454
- XTENSA, MIPS, ARC
5555

56-
The following platforms are supported, click each link below for how to build iwasm on that platform. Refer to [WAMR porting guide](./doc/port_wamr.md) for how to port WAMR to a new platform.
56+
The following platforms are supported, click each link below for how to build iwasm on that platform. Refer to [WAMR porting guide](./doc/port_wamr.md) for how to port WAMR to a new platform.
5757
- [Linux](./product-mini/README.md#linux), [Linux SGX (Intel Software Guard Extension)](./doc/linux_sgx.md), [MacOS](./product-mini/README.md#macos), [Android](./product-mini/README.md#android), [Windows](./product-mini/README.md#windows), [Windows (MinGW)](./product-mini/README.md#mingw)
5858
- [Zephyr](./product-mini/README.md#zephyr), [AliOS-Things](./product-mini/README.md#alios-things), [VxWorks](./product-mini/README.md#vxworks), [NuttX](./product-mini/README.md#nuttx), [RT-Thread](./product-mini/README.md#RT-Thread), [ESP-IDF](./product-mini/README.md#esp-idf)
5959

@@ -67,7 +67,7 @@ The following platforms are supported, click each link below for how to build iw
6767
- [Build Wasm applications](./doc/build_wasm_app.md)
6868
- [Port WAMR to a new platform](./doc/port_wamr.md)
6969
- [VS Code development container](./doc/devcontainer.md)
70-
- [Samples](./samples) and [Benchmarks](./tests/benchmarks)
70+
- [Samples](./samples) and [Benchmarks](./tests/benchmarks)
7171

7272

7373

language-bindings/rust/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
We use a separate repository to host the WAMR Rust SDK. Please refer to [WAMR Rust SDK](https://github.com/bytecodealliance/wamr-rust-sdk) for more details.

0 commit comments

Comments
 (0)