Skip to content

Commit 290d98f

Browse files
authored
Typo fix for 2024-12-17-wasmtime-portability.md
1 parent a81ee0a commit 290d98f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2024-12-17-wasmtime-portability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WebAssembly has a lot going for it. It has a [formal specification] that is
3232
developed in an open, collaborative [standards process] by browser, runtime,
3333
hardware, and language toolchain vendors, among others. It's [sandboxed], so a
3434
Wasm program cannot access any resource you don't explicitly give it access to,
35-
leading to the development of [standard Wasm APIS][WASI] leveraging
35+
leading to the development of [standard Wasm APIs][WASI] leveraging
3636
[capability-based security]. It is [designed] such that, after compilation to
3737
native code, it can be executed at near-native speeds. And, even if there is
3838
room for improvement, it is [portable] across many systems, running in Web

0 commit comments

Comments
 (0)