Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Signatures.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# WebAssembly module signatures
# WebAssembly signatures

This document describes a digital signature format specifically designed for WebAssembly modules.

It also supports [WebAssembly components](https://github.com/WebAssembly/component-model). As with modules, everything in components, including nested components, are stored in sections, including custom sections. Consequently, everything in this document that refers to "modules" also applies to "components".

It satisfies the following requirements:

- It is possible to verify a module before execution.
Expand Down