fervid_wasm 0.2.0

WASM bindings for the fervid project
Documentation
<!doctype html>
<html lang="en-US">
  <head>
    <meta charset="utf-8" />
    <title>fervid playground</title>
    <link rel="stylesheet" href="./web/normalize.css">
    <link rel="stylesheet" href="./web/styles.css">
  </head>

  <body>
    <div class="playground">
      <h2>fervid playground v0.0.1 <a href="https://github.com/phoenix-ru/fervid"><img alt="github" src="https://badgen.net/github/stars/phoenix-ru/fervid?icon=github"></a></h2>
      <p>NOTE: some features may be not implemented yet. Please, see <a href="https://github.com/phoenix-ru/fervid#roadmap">Roadmap</a>.</p>

      <button id="prod-toggle" class="prod">PROD</button>

      <div class="playground__areas">
        <div class="playground__area">
          <div id="editor"></div>
        </div>

        <div class="playground__area">
          <div id="output"></div>
        </div>
      </div>

      <p>WASM time took to compile: <strong id="time"></strong></p>
      <p>You should be able to see high-precision time measures in <a href="https://developer.mozilla.org/en-US/docs/Web/API/Performance/now#security_requirements">Isolated Contexts</a>,
        for example by running <code>node server.js</code> yourself.</p>
    </div>

    <script type="module" src="./web/playground.js" defer></script>
  </body>
</html>