Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed May 24, 2017
2 parents 79969a2 + b4d743f commit 69de8af
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
- [Inline Example](#inline-example)
- [Examples](#examples)
- [Documentation](#documentation)
- [TODO](#todo)
- [Benchmarks](#benchmarks)
- [Roadmap](#installation)
- [Roadmap](#roadmap)
- [Change Log](#change-log)
- [Authors](#authors)
- [Copyright and License](#copyright-and-license)
Expand Down Expand Up @@ -232,20 +231,16 @@ replaceChild(parent, oldChild, newChild); // parent = h('span', [h('video'), h(
deleteVNode(oldChild);
```

## TODO

Here is a list of things that have to be done to complete this project:

- use the closure compiler (cause problems with wasm, need to update emscripten)

## Benchmarks

At the moment we haven't Benchmarks to show, but they'll come soon!
Consider that benchmarking this library is not easy, we have to reproduce real world situations with big vnodes trees and frequent updates. Run a single patch or a sequence of patch in a for-loop might produce results that are not attributable to a real application.

## Roadmap

asm-dom aims to be even more powerful with [GC / DOM / Web API Integration](http://webassembly.org/docs/gc/). Unfortunately this is a future feature 🦄, so, we have to be patient and wait a bit.
- [ ] asm-dom aims to be even more powerful with [GC / DOM / Web API Integration](http://webassembly.org/docs/gc/). Unfortunately this is a future feature 🦄, so, we have to be patient and wait a bit.
- [ ] use the closure compiler (cause problems with wasm, need to update emscripten)
- [ ] use directly in C++

## Change Log

Expand Down

0 comments on commit 69de8af

Please sign in to comment.