Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paramsiddharth/learning-wasm

My path to learning WebAssembly.
https://github.com/paramsiddharth/learning-wasm

Last synced: about 1 month ago
JSON representation

My path to learning WebAssembly.

Awesome Lists containing this project

README

        

# Learning WebAssembly
My path to learning WebAssembly.

> Excuse me, what in the world is WebAssembly and why
> should I care?

Dear competitive programmers, low-level developers, system
designers, back-end developers, bug busters, C, C++,
Rust, Golang, and Python developers,

Have you ever wondered how awesome it would be to run the
code that YOU write in web browsers? It is made even more
awesome by WASM (WebAssembly), which lets you compile your
code directly to WASM as a target and get it to run in any
front-end web application, on all browsers. 😊

# Made with ❤ by [Param](https://www.paramsid.com).