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
This adds a new cargo feature flag `digital-signatures` that
brings support for signature verification, using the the current proposal
for WebAssembly modules signatures.
(https://github.com/WebAssembly/tool-conventions/blob/main/Signatures.md)
No behavior changes unless the `--public-keys` option is used with
the `run` command. This options accepts one or more public keys, that
the entire module must be signed with in order to run.
0 commit comments