From: "Shannon Sterz" <s.sterz@proxmox.com>
To: "Yew framework devel list at Proxmox"
<yew-devel@lists.proxmox.com>,
"Dominik Csapak" <d.csapak@proxmox.com>
Subject: Re: [yew-devel] [PATCH http-server 1/1] api server: add 'wasm' as valid extension
Date: Mon, 14 Jul 2025 14:00:28 +0200 [thread overview]
Message-ID: <DBBRFE9EO1AZ.2HDY27NXCZMN@proxmox.com> (raw)
In-Reply-To: <20250710102812.2480856-2-d.csapak@proxmox.com>
On Thu Jul 10, 2025 at 12:28 PM CEST, Dominik Csapak wrote:
> otherwise the server won't serve wasm files to the client.
>
> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
> ---
> src/PVE/APIServer/AnyEvent.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/PVE/APIServer/AnyEvent.pm b/src/PVE/APIServer/AnyEvent.pm
> index 8f2c3ff..b00e074 100644
> --- a/src/PVE/APIServer/AnyEvent.pm
> +++ b/src/PVE/APIServer/AnyEvent.pm
> @@ -431,6 +431,7 @@ my $file_extension_info = {
> mp3 => { ct => 'audio/mpeg', nocomp => 1 },
> oga => { ct => 'audio/ogg', nocomp => 1 },
> tgz => { ct => 'application/x-compressed-tar', nocomp => 1 },
> + wasm => { ct => 'application/wasm' },
just a quick question: do you intend to serve the mobile quarantaine as
pure wasm or as a gzip-ed archive like we do now for pdm & peat? because
in the later case, the content type "application/octet-stream" is fine
to my understanding anyway.
> };
>
> sub send_file_start {
_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel
next prev parent reply other threads:[~2025-07-14 11:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-10 10:28 [yew-devel] [PATCH http-server/yew-widget-toolkit 0/2] prepare change to mobile quarantine ui Dominik Csapak
2025-07-10 10:28 ` [yew-devel] [PATCH http-server 1/1] api server: add 'wasm' as valid extension Dominik Csapak
2025-07-14 12:00 ` Shannon Sterz [this message]
2025-07-14 12:05 ` Dominik Csapak
2025-07-15 9:26 ` Thomas Lamprecht
2025-07-15 10:57 ` Dominik Csapak
2025-07-15 19:17 ` Thomas Lamprecht
2025-07-15 19:29 ` [yew-devel] applied: " Thomas Lamprecht
2025-07-10 10:28 ` [yew-devel] [PATCH yew-widget-toolkit 1/1] touch: material app: add option for the theme dir prefix Dominik Csapak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DBBRFE9EO1AZ.2HDY27NXCZMN@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=d.csapak@proxmox.com \
--cc=yew-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox