WebAssembly / wasi-sdk

WASI-enabled WebAssembly C/C++ toolchain
Apache License 2.0
1.29k stars 192 forks source link

New artifacts in wasi-sdk-22 release #420

Closed abrown closed 4 months ago

abrown commented 6 months ago

I just re-installed wasi-sdk-22 again (the -linux version) and noticed a few new files:

I suspect these are coming from #416; @alexcrichton, do we need/want these files?

alexcrichton commented 6 months ago

Oop no we should delete those files and or use a different --root and copy things over manually

bjorn3 commented 5 months ago

You can use cargo install --no-track to avoid creating these files in the first place.

abrown commented 4 months ago

Nope, looks like #432 did not in fact fix the issue, or perhaps there is something else going on here:

$ ll /opt/wasi-sdk/latest/
bin/           .crates2.json  .crates.toml   lib/           share/         VERSION
alexcrichton commented 4 months ago

I believe this is fixed in https://github.com/WebAssembly/wasi-sdk/pull/429, so closing.