README
DOM Tree Wasm
A Wasm bindgen over dom-tree-rs providing wasm module to parse and create tree data structure for a given HTML string.
How to build
wasm-pack build --target nodejs
A Wasm bindgen over dom-tree-rs providing wasm module to parse and create tree data structure for a given HTML string.
<script type="module">
import domTreeWasm from 'https://cdn.skypack.dev/dom-tree-wasm';
</script>
A Wasm bindgen over dom-tree-rs providing wasm module to parse and create tree data structure for a given HTML string.
wasm-pack build --target nodejs