We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefee2f commit 0d8142cCopy full SHA for 0d8142c
docs/resources/slint-docs-preview.html
@@ -5,7 +5,7 @@
5
<script type="module">
6
"use strict";
7
//import * as slint from 'https://sixtyfps.io/releases/0.x.0/wasm-interpreter/slint_wasm_interpreter.js';
8
- import * as slint from 'https://sixtyfps.io/snapshots/wip/rename/wasm-interpreter/slint_wasm_interpreter.js';
+ import * as slint from 'https://sixtyfps.io/snapshots/rename/wasm-interpreter/slint_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