Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(flake-parts/web): include wasm modules from nix
Previously the `public/loader` directory contained a wasm ES module that was used for initializing service workers. Instead of including it with the code it is now built using nix and included in the `static-files` package. The mechanism for loading this is also used for the `ui` and `wasm` crates. The `wasm-modules` attrset copies the files from the derivations given to it into the `public/wasm/${name}` directory. The loader files have been removed from the codebase and the html has been updated to reflect the new directories of the modules.
- Loading branch information