Skip to content

Commit

Permalink
Built artifacts of c3e57f7 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed May 25, 2024
1 parent 7453006 commit fdf89c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tutorial/foreign_language_bindings.html
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ <h3 id="multi-crate-workspaces">Multi-crate workspaces</h3>
- Name the crate <code>uniffi-bindgen</code>
- Add this dependency to <code>Cargo.toml</code>: <code>uniffi = {version = "0.XX.0", features = ["cli"] }</code>
- Follow the steps from the previous section to add the <code>uniffi-bindgen</code> binary target</p>
<p>Then your can run <code>uniffi-bindgen</code> from any create in your project using <code>cargo run -p uniffi-bindgen [args]</code></p>
<p>Then your can run <code>uniffi-bindgen</code> from any crate in your project using <code>cargo run -p uniffi-bindgen [args]</code></p>
<h2 id="running-uniffi-bindgen-using-a-library-file">Running uniffi-bindgen using a library file</h2>
<p>Use <code>generate --library</code> to generate foreign bindings by using a cdylib file built for your library.
This can be more convenient than specifying the UDL file -- especially when multiple UniFFI-ed crates are built together in one library.
Expand Down

0 comments on commit fdf89c1

Please sign in to comment.