File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -879,12 +879,12 @@ an *externally-defined* specification of what an import "wants" or what an
879
879
export has "implemented". One example is a URL naming a standard interface such
880
880
as ` wasi:filesystem ` (assuming that WASI registered the ` wasi: ` URI scheme with
881
881
IANA). Pre-standard, non-standard or proprietary interfaces could be referred
882
- to by an ` http :` URL in an interface registry. For imports, a URL could
882
+ to by an ` https :` URL in an interface registry. For imports, a URL could
883
883
alternatively refer to a * particular implementation* (e.g., at a hosted storage
884
884
location) or a * query* for a * set of possible implementations* (e.g., using the
885
885
query API of a public registry). Because of the wide variety of hosts executing
886
886
components, the Component Model doesn't specify how URLs are to be interpreted,
887
- just that they are grammatically URLs. Even ` http :` URLs may or may not be
887
+ just that they are grammatically URLs. Even ` https :` URLs may or may not be
888
888
literally fetched by the host (c.f. [ import maps] ).
889
889
890
890
When present, ` URL ` s must * also* be unique (* in addition* the abovementioned
You can’t perform that action at this time.
0 commit comments