Skip to content

Commit 21be884

Browse files
chore: remove references to wasmbuilder.app (#326)
This commit removes the references to wasmbuilder.app which seems to be down now and is not officially maintained by the BA (and is archived).
1 parent 0c608b3 commit 21be884

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

component-model/src/composing-and-distributing/composing.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -132,26 +132,3 @@ See the [`wac` documentation](https://github.com/bytecodealliance/wac) for more
132132
For an in-depth description about how to use the `wac` tool,
133133
you can check out the [WAC language index](https://github.com/bytecodealliance/wac/blob/main/LANGUAGE.md)
134134
and [examples](https://github.com/bytecodealliance/wac/tree/main/examples).
135-
136-
## Composing components with a visual interface
137-
138-
You can compose components visually using the builder app at [wasmbuilder.app](https://wasmbuilder.app/).
139-
140-
1. Use the "Add Component" button to upload the `.wasm` component files you want to compose.
141-
The components appear in the sidebar.
142-
143-
2. Drag the components onto the canvas.
144-
You'll see imports listed on the left of each component, and exports on the right.
145-
146-
3. Click the box in the top left to choose the 'primary' component, that is,
147-
the one whose exports will be preserved.
148-
(The clickable area is quite small—wait for the cursor to change from a hand to a pointer.)
149-
150-
4. To fulfil one of the primary component's imports with a dependency's export,
151-
drag from the "I" icon next to the export to the "I" item next to the import.
152-
(Again, the clickable area is quite small—wait for the cursor to change from a hand to a cross.)
153-
154-
5. When you have connected all the imports and exports that you want,
155-
click the Download Component button to download the composed component as a `.wasm` file.
156-
157-
[!NOTE]: #

component-model/src/tutorial.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ wac plug calculator.wasm --plug adder.wasm -o composed.wasm
181181
wac plug command.wasm --plug composed.wasm -o final.wasm
182182
```
183183

184-
> If you'd prefer to take a more visual approach to composing components, see the [documentation on composing components with wasmbuilder.app](composing-and-distributing/composing.md#composing-components-with-a-visual-interface).
185-
186184
## Running the calculator
187185

188186
Now it all adds up! Run the final component with the `wasmtime` CLI, ensuring you are using a

0 commit comments

Comments
 (0)