Skip to content

Commit

Permalink
Update documentation link for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jan 21, 2022
1 parent c3f624d commit 20c6f24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/resources/sixtyfps-docs-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
-->
<script type="module">
"use strict";
//import * as sixtyfps from 'https://sixtyfps.io/releases/0.x.0/wasm-interpreter/sixtyfps_wasm_interpreter.js';
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.6/wasm-interpreter/sixtyfps_wasm_interpreter.js';

async function render_or_error(source, div) {
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);
Expand Down

0 comments on commit 20c6f24

Please sign in to comment.