Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
a workbench for experimenting with the component model
- Host: GitHub
- URL: https://github.com/dylibso/component-workbench
- Owner: dylibso
- License: bsd-3-clause
- Created: 2023-09-25T17:57:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T22:30:44.000Z (8 months ago)
- Last Synced: 2024-04-26T00:03:06.893Z (8 months ago)
- Language: WebAssembly
- Size: 37.1 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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