mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Move the published editor and wasm-interpreter to the snapshots directory
This commit is contained in:
parent
d51ea1429d
commit
1b9b583e3c
2 changed files with 13 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue