-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(wasm): embed HTML files in the builder
The `prefix` path had stopped working following the latest Zig update, which means an alternative had to be found that doesn't depend on `@src().file` (which now only returns paths relative to the module root). For now, the best solution I've found is to embed the files in the WebServerStep.
- Loading branch information
Showing
1 changed file
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters