Skip to content

Commit fd88dd6

Browse files
Update component-model/examples/tutorial/www/README.md
Co-authored-by: Kate Goldenring <[email protected]>
1 parent 77dd7a5 commit fd88dd6

File tree

1 file changed

+1
-0
lines changed
  • component-model/examples/tutorial/www

1 file changed

+1
-0
lines changed

component-model/examples/tutorial/www/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Calculator with `jco`
44

5+
This is an example implementation of running a component that exports the `calculate` interface from a JavaScript application. It uses`jco` to generate JavaScript bindings and shows how the same component can be executed in the browser or locally with Node. For another example of using `jco` with components in multiple environments, see the [`jco` example](https://github.com/bytecodealliance/jco/blob/main/docs/src/example.md)
56
Using [`jco`](https://github.com/bytecodealliance/jco/blob/main/docs/src/example.md)
67
See the [`jco` example](https://github.com/bytecodealliance/jco/blob/main/docs/src/example.md) that was used to create this minimal demo.
78

0 commit comments

Comments
 (0)