We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3555e commit 84298fdCopy full SHA for 84298fd
docs/resources/sixtyfps-docs-preview.html
@@ -4,8 +4,8 @@
4
-->
5
<script type="module">
6
"use strict";
7
- //import * as sixtyfps from 'https://sixtyfps.io/releases/0.x.0/wasm-interpreter/sixtyfps_wasm_interpreter.js';
8
- import * as sixtyfps from 'https://sixtyfps.io/snapshots/master/wasm-interpreter/sixtyfps_wasm_interpreter.js';
+ import * as sixtyfps from 'https://sixtyfps.io/releases/0.1.1/wasm-interpreter/sixtyfps_wasm_interpreter.js';
+ //import * as sixtyfps from 'https://sixtyfps.io/snapshots/master/wasm-interpreter/sixtyfps_wasm_interpreter.js';
9
10
async function render_or_error(source, div) {
11
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);
0 commit comments