From c559b7246dc81a7d316211b90f80f2ee85293289 Mon Sep 17 00:00:00 2001 From: Akihito KIRISAKI Date: Mon, 23 Nov 2020 16:34:35 +0900 Subject: [PATCH] Add WebAssembly --- src/technologies.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 72df5113a..d542d8e63 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -18270,6 +18270,18 @@ }, "website": "http://vibecommerce.com.br" }, + "WebAssembly": { + "cats": [ + 27 + ], + "description": "WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.", + "icon": "WebAssembly.svg", + "oss": true, + "headers": { + "Content-Type": "application/wasm" + }, + "website": "https://webassembly.org/" + }, "webEdition": { "cats": [ 1