rust-ceramic icon indicating copy to clipboard operation
rust-ceramic copied to clipboard

[WIP] feat: add checks for wasi incompatible functionality

Open dbcfd opened this issue 1 year ago • 3 comments

Although we could use a fork, would prefer https://github.com/spruceid/ssi/pull/544 merged in.

dbcfd avatar Jan 31 '24 18:01 dbcfd

Was the change to ssi the only change needed to get the checks passing? If so lets wait till it merges before we merge this one.

We are not in a rush to support WASI

nathanielc avatar Jan 31 '24 20:01 nathanielc

Thanks for tending to this @dbcfd !

oed avatar Feb 01 '24 09:02 oed

Was the change to ssi the only change needed to get the checks passing? If so lets wait till it merges before we merge this one.

We are not in a rush to support WASI

SSI was bringing in libraries that don't work on WASI. For rust-ceramic with the sqlx change, we just need to add a check to prevent issues in the future.

dbcfd avatar Feb 06 '24 20:02 dbcfd