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

https://github.com/dylibso/component-workbench

a workbench for experimenting with the component model
https://github.com/dylibso/component-workbench

Last synced: 8 months ago
JSON representation

a workbench for experimenting with the component model

Awesome Lists containing this project

README

          

# component workbench

This is a workbench repo for experimenting with the component model. Each WAT
file represents an attempt to answer a different question about how the
component model works.

## developing

Install [`just`](https://just.systems) and `wasm-tools`.

- `just build`: to build all `wat` files (to `build/`) and associated
runners.
- `just run`: Some WAT files have an associated runner -- e.g.,
`02-component-instantiate.wat` has an associated `02-runner`. Run these
examples using `just run 02`, `just run 07`, etc.

## License

BSD-3-Clause