Stream: git-wasmtime

Topic: wasmtime / issue #3912 wasi-common: unclear license of wi...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2022 at 11:45):

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 some docs.md) files from the WASI submodule are included by mistake, because Cargo.toml has include = [..., "README.md", ...] instead of include = [..., "/README.md", ...] (note the leading / to make sure only the README.md file from the crate root matches, not all README.md files in all child directories).

view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2022 at 11:46):

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 some docs.md) files from the WASI submodule are included by mistake, because Cargo.toml has include = [..., "README.md", ...] instead of include = [..., "/README.md", ...] (note the leading / to make sure only the README.md file from the crate root matches, not all README.md files in all child directories).


See also: https://github.com/WebAssembly/WASI/issues/182

view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2022 at 17:27):

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 some docs.md) files from the WASI submodule are included by mistake, because Cargo.toml has include = [..., "README.md", ...] instead of include = [..., "/README.md", ...] (note the leading / to make sure only the README.md file from the crate root matches, not all README.md files in all child directories).


See also: https://github.com/WebAssembly/WASI/issues/182


Last updated: Nov 22 2024 at 16:03 UTC