Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add zola slug strategy * make it build and use the same version zola uses * I don't think we need the async experiment * fix: make it compile and work with dirty hack * fix: fix indentation * fix: update test.yml to match main.yml * fix: fix workflows * fix: remove unused dependency * fix: add repository field to cargo toml * chore: update deprecated actions * fix: fix regression so it builds again * add tmp folders to gitignore * fix: fix workflows, globs don't expand in github actions * fix: set shell variables correctly * fix: use find instead of ld * fix: forgot to use $env: * fix: try export * fix:dont't use pwsh * test * fix: i don't know how to test the wasm using the test suite because i'm not sure where to asynchronously import the module * test * test * this should work now and produces working extensions * fix: make test suite work hopefully * fix: ok now it should really really work * fix: make webpack copy the wasm module to the correct path * fix: remove unnecessary command in ci * fix: remove unnecessary stuff * correctly slugfiy anchors * test in release mode to avoid second compilation * move wasm initialization to a better place * wait for wasm to import * adding a while loop doesn't work so we just have to fail the first time? * this might fail the first time but it's the best solution I can come up with currently * move this inside the switch statement * since import takes only a few milliseconds on 3 year old hardware we might be able to just do it for all users? * do error handling * add some comments
- Loading branch information