From 89397161280a6596426652d8ec2f933b78030b80 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:29:09 -0400 Subject: [PATCH] Add Wasm alias for WebAssembly (#12087) --- _data/simple-icons.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b5102665..aec4964e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -17261,7 +17261,12 @@ { "title": "WebAssembly", "hex": "654FF0", - "source": "https://webassembly.org" + "source": "https://webassembly.org", + "aliases": { + "aka": [ + "Wasm" + ] + } }, { "title": "WebAuthn",