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

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)

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/