Stream: git-wasmtime

Topic: wasmtime / Issue #1114 Should we re-organize crates withi...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 18:19):

bjorn3 commented on Issue #1114:

All cranelift crates are now in paths like cranelift/codegen. All wasmtime crates are now in paths like crates/debug.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 18:30):

abrown closed Issue #1114:

While there isn't really One True Way to organize a workspace and the crates within it that is adopted by a majority of the rust ecosystem, of the different ways to do it, the most prevalent convention I've seen is:

For example, both cargo and wasm-bindgen follow this convention.

How do folks feel about switching to this layout?

See also https://github.com/CraneStation/wasmtime/pull/305 for this same thing for wasmtime.


Last updated: Oct 23 2024 at 20:03 UTC