Deploying WASM via Deno Deploy Github Actions
Hello,
I'm trying to deploy a Leptos project that serves a .wasm bundle for the frontend, and uses wasm on the backend as well. However, I seem to be running into a file size limit for Deno Deploy (or the Deno Deploy github action?).
This is the error I'm getting:
Is there any way of getting around this file size limit?
Here's the repo, if that helps..
(I'm trying to deploy using Github Actions)
https://github.com/diversable/leptos_hackernews_deno_deploy
I'm trying to deploy a Leptos project that serves a .wasm bundle for the frontend, and uses wasm on the backend as well. However, I seem to be running into a file size limit for Deno Deploy (or the Deno Deploy github action?).
This is the error I'm getting:
APIError: The deployment failed: Total static file size is too large: 1409974524 bytes (allowed is 1073741824 bytes)Is there any way of getting around this file size limit?
Here's the repo, if that helps..
(I'm trying to deploy using Github Actions)
https://github.com/diversable/leptos_hackernews_deno_deploy
GitHub
Contribute to diversable/leptos_hackernews_deno_deploy development by creating an account on GitHub.