From: Dominik Csapak <d.csapak@proxmox.com>
To: Shannon Sterz <s.sterz@proxmox.com>,
Yew framework devel list at Proxmox <yew-devel@lists.proxmox.com>
Subject: Re: [yew-devel] [PATCH http-server 1/1] api server: add 'wasm' as valid extension
Date: Mon, 14 Jul 2025 14:05:15 +0200 [thread overview]
Message-ID: <5a4469d2-9904-4284-bffa-90105f053a86@proxmox.com> (raw)
In-Reply-To: <DBBRFE9EO1AZ.2HDY27NXCZMN@proxmox.com>
On 7/14/25 14:00, Shannon Sterz wrote:
> 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.
currently i have it served as wasm but it'll be compressed by
the proxy daemon on the fly.
imho if we'd want to precompress it, I'd add
'wasm.gz' for example as an additional content type
Ideally, we could precomress it in a way that the browser still gets the correct
content-type (wasm) and the http response has the right content-encoding header
(gzip) but that would require a bit of work in the api server I think
>
>> };
>>
>> 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 12:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-10 10:28 [pmg-devel] [PATCH http-server/yew-widget-toolkit 0/2] prepare change to mobile quarantine ui Dominik Csapak
2025-07-10 10:28 ` [yew-devel] " Dominik Csapak
2025-07-10 10:28 ` [pmg-devel] [PATCH http-server 1/1] api server: add 'wasm' as valid extension Dominik Csapak
2025-07-10 10:28 ` [yew-devel] " Dominik Csapak
2025-07-14 12:00 ` Shannon Sterz
2025-07-14 12:05 ` Dominik Csapak [this message]
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 ` [pve-devel] applied: " Thomas Lamprecht via pve-devel
2025-07-15 19:29 ` [pmg-devel] " Thomas Lamprecht
2025-07-15 19:29 ` [yew-devel] applied: " Thomas Lamprecht
2025-07-10 10:28 ` [pmg-devel] [PATCH yew-widget-toolkit 1/1] touch: material app: add option for the theme dir prefix Dominik Csapak
2025-07-10 10:28 ` [yew-devel] " 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=5a4469d2-9904-4284-bffa-90105f053a86@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=s.sterz@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.