From 184263b7420a1f8d572d2f080ff1e6ae09827c2b Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Tue, 1 Feb 2022 13:47:09 +0700 Subject: [PATCH] Resources added for Web Assembly (#1084) --- .../roadmaps/100-frontend/content/123-web-assembly.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/123-web-assembly.md b/content/roadmaps/100-frontend/content/123-web-assembly.md index 15f506404..fe5d5c367 100644 --- a/content/roadmaps/100-frontend/content/123-web-assembly.md +++ b/content/roadmaps/100-frontend/content/123-web-assembly.md @@ -1 +1,8 @@ -# Web assembly \ No newline at end of file +# Web Assembly + +WebAssembly is a new type of code that can be run in modern web browsers — it is a low-level assembly-like language with a compact binary format that runs with near-native performance and provides languages such as C/C++, C# and Rust with a compilation target so that they can run on the web. It is also designed to run alongside JavaScript, allowing both to work together. + +Free Content +Official Website +Official Getting Started to Web Assembly +An introduction to WebAssembly