summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteren <steren.giannini@gmail.com>2023-02-05 15:44:30 -0800
committerJelle Raaijmakers <jelle@gmta.nl>2023-02-06 10:46:34 +0100
commit4acffe7c18b702f194e817aadd3c8680e362ab27 (patch)
treeeb8990a7bcbdb9f507d370daf52ce5fa0f62020b /README.md
parent5ccfd0e49d2884a8896d4d8c66a2c98e446205c1 (diff)
downloadserenity-4acffe7c18b702f194e817aadd3c8680e362ab27.zip
Meta: Use proper abbreviation for WebAssembly in README
WebAssembly should be abbreviated "Wasm", as called out at https://webassembly.org/
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a49ef70eae..0e744a26fe 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ You can watch videos of the system being developed on YouTube:
## Features
* Modern x86 64-bit kernel with pre-emptive multi-threading
-* [Browser](Userland/Applications/Browser/) with JavaScript, WebAssembly, and more (check the spec compliance for [JS](https://libjs.dev/test262/), [CSS](https://css.tobyase.de/), and [WASM](https://libjs.dev/wasm/))
+* [Browser](Userland/Applications/Browser/) with JavaScript, WebAssembly, and more (check the spec compliance for [JS](https://libjs.dev/test262/), [CSS](https://css.tobyase.de/), and [Wasm](https://libjs.dev/wasm/))
* Security features (hardware protections, limited userland capabilities, W^X memory, `pledge` & `unveil`, (K)ASLR, OOM-resistance, web-content isolation, state-of-the-art TLS algorithms, ...)
* [System services](Userland/Services/) (WindowServer, LoginServer, AudioServer, WebServer, RequestServer, CrashServer, ...) and modern IPC
* Good POSIX compatibility ([LibC](Userland/Libraries/LibC/), Shell, syscalls, signals, pseudoterminals, filesystem notifications, standard Unix [utilities](Userland/Utilities/), ...)