draco 0.1.2

Draco is a Rust library for building client side web applications with Web Assembly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Draco</title>
    <link rel="stylesheet" href="/css/currentStyle.css">
  </head>
  <body>
    <main></main>
    <script src="jfb.js"></script>
    <script>Example("jfb_bg.wasm").then(() => Example.start());</script>
  </body>
</html>