WebAssembly / wasi-crypto

WASI Cryptography API Proposal
162 stars 25 forks source link

Update witx files for 0.9 witx crate #32

Closed alexcrichton closed 3 years ago

alexcrichton commented 3 years ago

This is a preparatory PR to follow-up from WebAssembly/WASI#395

This commit merges the current WASI main branch into this repository and then adds a commit on top which updates the *.witx files to follow the new conventions, notably around type names and result types.

It's also worth noting that this probably shouldn't get merged until WebAssembly/WASI#395 is merged, at which point in time I'll rebase.

jedisct1 commented 3 years ago

Thank you!

This will also require an update to the AssemblyScript code generator.

jedisct1 commented 3 years ago

Whoops, let's wait for WASI#395 to be merged first.

alexcrichton commented 3 years ago

Ah no worries! I'll re-send when this is ready to go.