Lucas Fernandes Nogueira b571c249dc chore(deps): update to wry v0.13.2 (#3503) 3 jaren geleden
..
src-tauri b571c249dc chore(deps): update to wry v0.13.2 (#3503) 3 jaren geleden
README.md e57a303748 docs(examples): add missing Readme and clarify existing (#3327) 3 jaren geleden
index.html 2a7bf6d912 refactor(examples): improve security when rendering HTML strings [TRI-003] (#14) 3 jaren geleden
package.json 4334865266 refactor(cli): rename `tooling/cli.rs` folder to `tooling/cli` (#3388) 3 jaren geleden

README.md

Resource example

This example demonstrates the Tauri bundle resources functionality. The example adds src-tauri/assets/index.js as a resource (defined on tauri.conf.json > tauri > bundle > resources) and executes it using Node.js, locating the JavaScript file using the tauri::api::path::resolve_path API.

To execute run the following on the root directory of the repository: cargo run --example resources.