retrofire 0.4.0-pre4

90s style software 3D renderer and graphics tools.
Documentation
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>retrofire//wasm</title>
    <link href="style.css" rel="stylesheet">
  </head>
  <body>
    <script type="module">
      import init from './pkg/wasm.js';
      async function run() { await init(); }
      run();
    </script>
    <noscript>
      This page contains webassembly and javascript content
      and does not work with javascript disabled.
    </noscript>
  </body>
</html>