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.
Install just and wasm-tools.
just build: to build allwatfiles (tobuild/) and associated runners.just run: Some WAT files have an associated runner -- e.g.,02-component-instantiate.wathas an associated02-runner. Run these examples usingjust run 02,just run 07, etc.
BSD-3-Clause