We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81ee0a commit 290d98fCopy full SHA for 290d98f
1 file changed
_posts/2024-12-17-wasmtime-portability.md
@@ -32,7 +32,7 @@ WebAssembly has a lot going for it. It has a [formal specification] that is
32
developed in an open, collaborative [standards process] by browser, runtime,
33
hardware, and language toolchain vendors, among others. It's [sandboxed], so a
34
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
+leading to the development of [standard Wasm APIs][WASI] leveraging
36
[capability-based security]. It is [designed] such that, after compilation to
37
native code, it can be executed at near-native speeds. And, even if there is
38
room for improvement, it is [portable] across many systems, running in Web
0 commit comments