Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rylev/component-book
- Owner: rylev
- License: apache-2.0
- Created: 2023-04-22T14:41:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-26T07:48:32.000Z (over 1 year ago)
- Last Synced: 2024-08-05T15:07:09.232Z (3 months ago)
- Homepage: https://wasm-components.fermyon.app
- Size: 18.6 KB
- Stars: 24
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```