https://github.com/mechdeveloper/webassembly-resources
Links and resources for WebAssembly (Wasm)
https://github.com/mechdeveloper/webassembly-resources
wasm webassembly
Last synced: 5 months ago
JSON representation
Links and resources for WebAssembly (Wasm)
- Host: GitHub
- URL: https://github.com/mechdeveloper/webassembly-resources
- Owner: mechdeveloper
- Created: 2022-11-21T18:39:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T22:57:48.000Z (about 3 years ago)
- Last Synced: 2025-09-05T00:43:05.347Z (6 months ago)
- Topics: wasm, webassembly
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly (Wasm) Resources
## Getting Started
| | |
|-|-|
| Web Assembly (WASM) in 100 Seconds | |
| WebAssembly for Web Developers (Google I/O ’19) | |
| Bringing WebAssembly to the .NET Mainstream - Steve Sanderson, Microsoft | https://youtu.be/PIeYw7kJUIg |
# emscripten
Website: https://emscripten.org/
## WASI - Server Side Web Assembly
## Popular runtimes and tools
- [WasmEdge](https://wasmedge.org/book/en/) : A cloud native [WebAssembly](https://webassembly.org/) runtime for cloud native, edge, and decentralized applications.
- [WasmEdge Runtime on GitHub](https://github.com/WasmEdge)
- [Write a WebAssembly Application using Rust](https://wasmedge.org/book/en/write_wasm/rust.html)
- [Wasmtime](https://wasmtime.dev/) : A fast and secure runtime for WebAssembly
- [Cosmonic](https://cosmonic.com/) : WebAssembly PaaS
- [Fermyon](https://www.fermyon.com/) : cloud application platform for WebAssembly microservices
- [Spin](https://developer.fermyon.com/spin/index) : framework for building and running event-driven microservice applications with WebAssembly (Wasm) components
- [Krustlet](https://krustlet.dev/) : Run WebAssembly workloads in your Kubernetes cluster.
---
## Useful Links
| | |
|-|-|
| WebAssembly | https://webassembly.org/ |
| emscripten | https://emscripten.org/ |
| GitHub | https://github.com/WebAssembly |
| Getting Started | https://webassembly.org/getting-started/developers-guide/ |
| Resources | https://webassembly.org/community/resources/ |
## Blogs
https://nigelpoulton.com/what-is-cloud-native-webassembly/
https://cosmonic.com/blog/dotnet-are-we-webassembly-yet/