Wasm Snips

Here we break down the Hexagon.html file (comparing two versions) into snippets - so that we can understand its structure and compose it dynamically using Livecode:

wasm/live_wasm_snips

We take html_Snip.txt and merge in: - body_snip.txt

Prior to doing this, we merge the following text into `body_snip.txt`: - head_Snip.txt

From body we remove: `<a href="https://livecode.com">...</a>` `<span id="controls">... </span> `<textarea id="output" rows="8"></textarea>`