mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Update idioms of a few examples
* Use `TypedArray::view` now that it exists. * Don't hack around `instantiateStreaming`
This commit is contained in:
@ -216,7 +216,6 @@
|
||||
<canvas id='canvas'></canvas>
|
||||
|
||||
<script>
|
||||
delete WebAssembly.instantiateStreaming;
|
||||
document.getElementById('render').disabled = true;
|
||||
document.getElementById('concurrency').disabled = true;
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user