Revert "Change docs to point to the 0.0.6 version of the wasm interpreter"

This reverts commit 944c6e44af because
we're past the release and should pointer back to master builds.
This commit is contained in:
Simon Hausmann 2021-04-27 17:43:40 +02:00
parent a12436a253
commit 9dcbf4b5ad

View file

@ -4,7 +4,8 @@
--> -->
<script type="module"> <script type="module">
"use strict"; "use strict";
import * as sixtyfps from 'https://sixtyfps.io/releases/0.0.6/wasm-interpreter/sixtyfps_wasm_interpreter.js'; //import * as sixtyfps from 'https://sixtyfps.io/releases/0.0.x/wasm-interpreter/sixtyfps_wasm_interpreter.js';
import * as sixtyfps from 'https://sixtyfps.io/wasm-interpreter/sixtyfps_wasm_interpreter.js';
async function render_or_error(source, div) { async function render_or_error(source, div) {
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9); let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);