Move the published editor and wasm-interpreter to the snapshots directory

This commit is contained in:
Olivier Goffart 2021-07-01 10:11:24 +02:00
parent d51ea1429d
commit 1b9b583e3c
2 changed files with 13 additions and 11 deletions

View file

@ -5,7 +5,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/wasm-interpreter/sixtyfps_wasm_interpreter.js';
import * as sixtyfps from 'https://sixtyfps.io/snapshots/master/wasm-interpreter/sixtyfps_wasm_interpreter.js';
async function render_or_error(source, div) {
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);