Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Archie
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Caleb Horton
Archie
Commits
a0f079a0
Commit
a0f079a0
authored
1 year ago
by
Caleb Horton
Browse files
Options
Downloads
Patches
Plain Diff
Switched directions in docs to use Rune until futher learning occurs
parent
74cf01f0
Branches
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-5
8 additions, 5 deletions
README.md
with
8 additions
and
5 deletions
README.md
+
8
−
5
View file @
a0f079a0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment