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
- Host: GitHub
- URL: https://github.com/dylibso/component-workbench
- Owner: dylibso
- License: bsd-3-clause
- Created: 2023-09-25T17:57:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T22:30:44.000Z (about 2 years ago)
- Last Synced: 2025-02-06T13:19:47.789Z (over 1 year 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