You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read #1921, but the current WASI triples are mainly wasm32-wasip1 and wasm32-wasip2, not wasm32-wasi. These triples cause compilation failures (as shown below).
Compiling ring v0.17.8
warning: [email protected]: error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-wasip2"'
warning: [email protected]: 1 error generated.
error: failed to run custom build command for `ring v0.17.8`
AFAICT the new WASI triples are the same as the old ones, as far as ring is concerned, because we only use one API. It would be good to have this tested/verified in CI, though.
I read #1921, but the current WASI triples are mainly
wasm32-wasip1
andwasm32-wasip2
, notwasm32-wasi
. These triples cause compilation failures (as shown below).What could be wrong?
The text was updated successfully, but these errors were encountered: