Liam Curry
Results
22
comments of
Liam Curry
FYI I created an implementation of that benchmark for `wasm-bindgen` that can be used as a point of reference/starting point: https://github.com/krausest/js-framework-benchmark/tree/master/frameworks/keyed/wasm-bindgen It looks like `wasm-bindgen` is pretty fast! Currently it's...
The `wasm-bindgen` benchmarks are ports of the vanilla JS implementations so they show the overhead costs vs JS. Also there's nothing inherently wrong with VDOM. ivi uses VDOM and it's...