Skip to content

Commit e2559ec

Browse files
authored
Highlight SPI docs in README.md
1 parent c24b8c3 commit e2559ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
# WasmKit
44

55
**WasmKit** is a standalone and embeddable [WebAssembly](https://webassembly.org) runtime (virtual machine) implementation and related tooling written in Swift. Starting with Swift 6.2, WasmKit CLI executable is included in [Swift toolchains distributed at swift.org](https://swift.org/install) for Linux and macOS.
6+
67
## Usage
78

8-
The best way to learn how to use WasmKit is to look at the [Examples](./Examples) directory.
9+
You can find introductory examples and API documentation on the [Swift Package Index documentation page](https://swiftpackageindex.com/swiftwasm/WasmKit/main/documentation/wasmkit).
910

1011
### Command Line Tool
1112

@@ -48,8 +49,6 @@ targets: [
4849
]
4950
```
5051

51-
You can find API documentation on the [Swift Package Index](https://swiftpackageindex.com/swiftwasm/WasmKit/main/documentation/wasmkit).
52-
5352
## Features
5453

5554
- [Reasonably fast](./Documentation/RegisterMachine.md#performance-evaluation)

0 commit comments

Comments
 (0)