Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Aug 30, 2017
1 parent e97ab41 commit 8c43509
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/todomvc - cpp/dist/0.bundle.js

Large diffs are not rendered by default.

Binary file added examples/todomvc - cpp/dist/0.bundle.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions examples/todomvc - cpp/dist/1.bundle.js

Large diffs are not rendered by default.

Binary file added examples/todomvc - cpp/dist/1.bundle.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions examples/todomvc - cpp/dist/2.bundle.js

Large diffs are not rendered by default.

Binary file added examples/todomvc - cpp/dist/2.bundle.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions examples/todomvc - cpp/dist/bundle.js

Large diffs are not rendered by default.

Binary file added examples/todomvc - cpp/dist/bundle.js.gz
Binary file not shown.
18 changes: 18 additions & 0 deletions examples/todomvc - cpp/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>asm-dom • TodoMVC</title>
</head>
<body>
<section class="todoapp">
</section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="https://github.com/mbasso">Matteo Basso</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="bundle.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asm-dom",
"version": "0.2.0",
"description": "A minimal WebAssembly virtual DOM with C++ and JS APIs",
"version": "0.3.0",
"description": "A minimal WebAssembly virtual DOM to build C++ Web Apps",
"main": "lib/js/index.js",
"jsnext:main": "es/js/index.js",
"files": [
Expand Down

0 comments on commit 8c43509

Please sign in to comment.