decathorpe opened issue #3912:
I'm working on packaging wasmtime for Fedora Linux, and during package review it came up that the wasi-common crate contains a submodule ("WASI") where it's entirely unclear how those files are licensed, especially the .witx files included from
WASI/phases/
.Side note: It looks like lots of the
README.md
(and somedocs.md
) files from theWASI
submodule are included by mistake, becauseCargo.toml
hasinclude = [..., "README.md", ...]
instead ofinclude = [..., "/README.md", ...]
(note the leading/
to make sure only theREADME.md
file from the crate root matches, not allREADME.md
files in all child directories).
decathorpe edited issue #3912:
I'm working on packaging wasmtime for Fedora Linux, and during package review it came up that the wasi-common crate contains a submodule ("WASI") where it's entirely unclear how those files are licensed, especially the .witx files included from
WASI/phases/
.Side note: It looks like lots of the
README.md
(and somedocs.md
) files from theWASI
submodule are included by mistake, becauseCargo.toml
hasinclude = [..., "README.md", ...]
instead ofinclude = [..., "/README.md", ...]
(note the leading/
to make sure only theREADME.md
file from the crate root matches, not allREADME.md
files in all child directories).
pchickey assigned issue #3912:
I'm working on packaging wasmtime for Fedora Linux, and during package review it came up that the wasi-common crate contains a submodule ("WASI") where it's entirely unclear how those files are licensed, especially the .witx files included from
WASI/phases/
.Side note: It looks like lots of the
README.md
(and somedocs.md
) files from theWASI
submodule are included by mistake, becauseCargo.toml
hasinclude = [..., "README.md", ...]
instead ofinclude = [..., "/README.md", ...]
(note the leading/
to make sure only theREADME.md
file from the crate root matches, not allREADME.md
files in all child directories).
Last updated: Nov 22 2024 at 16:03 UTC