Ensure WASM artifact exists for static Pages/Preview deployments#2
Draft
Copilot wants to merge 4 commits into
Draft
Ensure WASM artifact exists for static Pages/Preview deployments#2Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/Fyphen1223/AudioAnalyzer/sessions/d55e9936-4b49-44bd-93ce-b7a1acfbc31a Co-authored-by: Fyphen1223 <89511960+Fyphen1223@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Fyphen1223/AudioAnalyzer/sessions/d55e9936-4b49-44bd-93ce-b7a1acfbc31a Co-authored-by: Fyphen1223 <89511960+Fyphen1223@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Fyphen1223/AudioAnalyzer/sessions/d55e9936-4b49-44bd-93ce-b7a1acfbc31a Co-authored-by: Fyphen1223 <89511960+Fyphen1223@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Fyphen1223/AudioAnalyzer/sessions/d55e9936-4b49-44bd-93ce-b7a1acfbc31a Co-authored-by: Fyphen1223 <89511960+Fyphen1223@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Fyphen1223
May 13, 2026 00:15
View session
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
js/app.jsimportswasm-fft/pkg/wasm_fft.js, but static publish flows can ship withoutpkgif WASM is not built first. This PR aligns local/preview deployment with the actual runtime requirement by makingpkggeneration explicit and repeatable.Preview publish flow: generate
wasm-fft/pkgbefore copy/deploywasm-packsetup in preview workflow.wasm-fftwith--target web --release.pkg/wasm_fft.jsis missing.WASM build reliability
wasm-packrelease profile to disablewasm-optdownload dependency inwasm-fft/Cargo.tomlfor more predictable CI/local builds.Developer docs
wasm-fftbuild before serving the repo as static files.