Skip to content

Commit

Permalink
create bindings page
Browse files Browse the repository at this point in the history
  • Loading branch information
topheman committed Oct 27, 2024
1 parent eacf77f commit 06ae51e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [rolldown / Builtin Plugins](./rolldown/explore-plugins.md)
- [rolldown / rolldown (rust)](./rolldown/explore-rolldown-rust.md)
- [rolldown / rolldown (js) - bundling](./rolldown/explore-rolldown-js-bundling.md)
- [rolldown / bindings rust/js](./rolldown/explore-rolldown-bindings.md)
- [rolldown / rolldown (js) - explore](./rolldown/explore-rolldown-js-explore.md)
- [rolldown / Build](./rolldown/build.md)
- [rolldown / Bench](./rolldown/bench.md)
Expand Down
10 changes: 10 additions & 0 deletions src/rolldown/explore-rolldown-bindings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# rolldown / Bindings (rust/js)

Before reading this chapter, take a look at:

- [`rolldown_binding` crate](./explore-shared.md#rolldown_binding)
- [rolldown / rolldown (js) - bundling](./explore-rolldown-js-bundling.md)

The topic of this chapter is how does the `napi` bindings declared in the [`rolldown_binding`](https://github.com/rolldown/rolldown/tree/main/crates/rolldown_binding) crate (and the [code generated from it](./explore-rolldown-js-bundling.md)) are finally consumed.


0 comments on commit 06ae51e

Please sign in to comment.