Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 15 days 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