Skip to content
Snippets Groups Projects
Commit a0f079a0 authored by Caleb Horton's avatar Caleb Horton :floppy_disk:
Browse files

Switched directions in docs to use Rune until futher learning occurs

parent 74cf01f0
Branches master
No related merge requests found
......@@ -47,8 +47,11 @@ Your humble homelab assistant for tasks around the house, or hero base if you pr
- Linux/Mac?: `/var/local/archie`
- Windows: `%APPDATA%\archie`
- Work on plugin system
- Much information ([series](https://nullderef.com/series/rust-plugins/))
- Attempt to create structs and pass them between functions (from native to WASM)
- Use something to searialize the data if not (isn't that what serde for?)
- Try loading so/dll files if not
- Keep references in database or just iterate over files and load (security is a thing)
\ No newline at end of file
- Use [Rune](https://rune-rs.github.io/) for scripting plugins
- Provide some standard functions via `archie-common` or the `archie-server` loading environment, then pass control over to the modules
- Dynamically load external Rust code (dynamic libraries or WASM)
- Much information ([series](https://nullderef.com/series/rust-plugins/))
- Attempt to create structs and pass them between functions (from native to WASM)
- Use something to searialize the data if not (isn't that what serde for?)
- Try loading so/dll files if not
- Keep references in database or just iterate over files and load (security is a thing)
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment