Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rylev/component-book

A high-level explanation of the low-level details of WebAssembly components
https://github.com/rylev/component-book

Last synced: about 1 month ago
JSON representation

A high-level explanation of the low-level details of WebAssembly components

Awesome Lists containing this project

README

        

# WebAssembly Components

A high-level explanation of the low-level details of WebAssembly components

You can find a deployed version of this book [here](https://wasm-components.fermyon.app/).

## Building

This book is built using [`mdbook`](https://github.com/rust-lang/mdBook).

```bash
mdbook build --open
```