impulse 0.1.1

A DOM framework for client side rendering using wasm-bindgen and server side rendering using the framework of your choice.
Documentation
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Hello wasm-pack!</title>
  </head>
  <body>
    <script src="./bootstrap.js"></script>
  </body>
</html>