| <!DOCTYPE html> |
| |
| <html lang="en" data-content_root="./"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
| |
| <title>WebAssembly Code Metadata — WebAssembly Custom Sections</title> |
| <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" /> |
| <link rel="stylesheet" type="text/css" href="_static/basic.css?v=686e5160" /> |
| <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=057308f9" /> |
| <script src="_static/documentation_options.js?v=7f41d439"></script> |
| <script src="_static/doctools.js?v=9bcbadda"></script> |
| <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
| <script>window.MathJax = {"tex": {"maxBuffer": 30720}}</script> |
| <script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> |
| <link rel="search" title="Search" href="search.html" /> |
| <link rel="next" title="Introduction" href="intro.html" /> |
| |
| <link rel="stylesheet" href="_static/custom.css" type="text/css" /> |
| |
| |
| |
| |
| |
| </head><body> |
| <div class="document"> |
| |
| <div class="sphinxsidebar" role="navigation" aria-label="Main"> |
| <div class="sphinxsidebarwrapper"> |
| <p class="logo"><a href="#"> |
| <img class="logo" src="_static/webassembly.png" alt="Logo of WebAssembly-Metadata-Code"/> |
| </a></p><h3>Navigation</h3> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="binary.html">Binary Format</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="text.html">Text Format</a></li> |
| </ul> |
| |
| |
| <hr /> |
| <ul> |
| |
| <li class="toctree-l1"><a href="./_download/WebAssembly-Metadata-Code.pdf">Download as PDF</a></li> |
| |
| </ul> |
| |
| <search id="searchbox" style="display: none" role="search"> |
| <h3 id="searchlabel">Quick search</h3> |
| <div class="searchformwrapper"> |
| <form class="search" action="search.html" method="get"> |
| <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> |
| <input type="submit" value="Go" /> |
| </form> |
| </div> |
| </search> |
| <script>document.getElementById('searchbox').style.display = "block"</script> |
| </div> |
| </div> |
| <div class="documentwrapper"> |
| <div class="bodywrapper"> |
| |
| |
| <div class="body" role="main"> |
| |
| <section id="webassembly-code-metadata"> |
| <h1>WebAssembly Code Metadata<a class="headerlink" href="#webassembly-code-metadata" title="Link to this heading">ΒΆ</a></h1> |
| <div class="line-block"> |
| <div class="line">Editor: Yuri Iozzelli</div> |
| </div> |
| <div class="line-block"> |
| <div class="line">Issue Tracker: <a class="reference external" href="https://github.com/webassembly/spec/issues/">https://github.com/webassembly/spec/issues/</a></div> |
| </div> |
| <div class="toctree-wrapper compound"> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="binary.html">Binary Format</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="text.html">Text Format</a></li> |
| </ul> |
| </div> |
| </section> |
| |
| |
| </div> |
| |
| </div> |
| </div> |
| <div class="clearer"></div> |
| </div> |
| <div class="footer"> |
| ©2024, WebAssembly Community Group. |
| |
| </div> |
| |
| |
| |
| |
| </body> |
| </html> |