Skip to content

Commit

Permalink
deps: update to latest ComponentizeJS with http by default (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Aug 28, 2024
1 parent 7614126 commit 91cbc82
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 188 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ jco componentize app.js --wit wit -n world-name -o component.wasm

Creates a component from a JS module implementing a WIT world definition, via a Spidermonkey engine embedding.

Currently requires an explicit install of the componentize-js engine via `npm install @bytecodealliance/componentize-js`.

See [ComponentizeJS](https://github.com/bytecodealliance/componentize-js) for more details on this process.

## API
Expand Down
2 changes: 2 additions & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- [Introduction](./introduction.md)
- [Transpiling](./transpiling.md)
- [Example](./example.md)
- Advanced
- [Optimized Host Bindings](./optimized-host-bindings.md)
- [Contributor Guide](#)
- [Contributing to the Codebase](./contributing.md)
- [Contributing to Docs](./contributing-docs.md)
Loading

0 comments on commit 91cbc82

Please sign in to comment.