Update idioms of a few examples

* Use `TypedArray::view` now that it exists.
* Don't hack around `instantiateStreaming`
This commit is contained in:
Alex Crichton
2019-02-19 13:27:30 -08:00
parent 5b0cfd7cea
commit b8f080d523
3 changed files with 12 additions and 27 deletions

View File

@ -216,7 +216,6 @@
<canvas id='canvas'></canvas>
<script>
delete WebAssembly.instantiateStreaming;
document.getElementById('render').disabled = true;
document.getElementById('concurrency').disabled = true;
</script>