Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paramsiddharth/learning-wasm
- Owner: paramsiddharth
- Created: 2021-06-01T17:55:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T10:12:42.000Z (over 3 years ago)
- Last Synced: 2024-05-22T20:22:13.233Z (7 months ago)
- Language: HTML
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).