1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-07-01 10:07:45 +00:00
Commit graph

7 commits

Author SHA1 Message Date
cfddb17c46 Update dependencies, run Cargo format 2025-03-31 16:07:31 -04:00
acb42a7cb6 Make the Dalamud plugin work with the WebAssembly version 2024-10-31 23:11:26 -04:00
66f641b7ca Switch around the server/client for Dalamud communication
This is to facilitate support for this feature on the Web, where the
plugin needs to start a server instead of Auracite itself. Otherwise,
the functionality is identical to before.
2024-10-31 21:46:50 -04:00
5882bdd8f7 Bubble up errors to JS 2024-10-31 19:56:08 -04:00
aa5318c84a Improve character_archive & prepare for future supported UI
Now we pack the different files into one ZIP archive, and give that as
bytes. It's then possible to turn this into a Base64 string perfect for
data URIs.
2024-10-31 18:16:42 -04:00
6ac3f5ced7 Begin working on WebAssembly support
It now compiles, but lacks a way to actually download anything.
2024-10-30 16:27:32 -04:00
5f76694211 Add initial files 2024-09-29 17:50:19 -04:00