Stream: git-wasmtime

Topic: wasmtime / issue #11780 WASIp3 set-path-and-query normali...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 02 2025 at 09:46):

wingo opened issue #11780:

Quoth RFC 9110 §4.2.3:

When not being used as the target of an OPTIONS request, an empty path component is equivalent to an absolute path of "/", so the normal form is to provide a path of "/" instead.

However Wasmtime always normalizes "" to "/", even if the method is set to OPTIONS.

Related to https://github.com/WebAssembly/wasi-http/issues/195.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 02 2025 at 09:46):

wingo added the bug label to Issue #11780.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 02 2025 at 14:26):

alexcrichton added the wasi:impl label to Issue #11780.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2025 at 16:38):

fitzgen added the wasi:spec label to Issue #11780.


Last updated: Dec 06 2025 at 06:05 UTC