Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jul 10, 2023
1 parent d8fe052 commit cbc6cfe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/resources/slint-docs-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
-->
<script type="module">
"use strict";
//import * as slint from 'https://slint.dev/releases/0.x.0/wasm-interpreter/slint_wasm_interpreter.js';
//const editor_url = "https://slint.dev/releases/0.x.0/editor/";
import * as slint from 'https://slint.dev/snapshots/master/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://slint.dev/snapshots/master/editor/";
import * as slint from 'https://slint.dev/releases/1.1.1/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://slint.dev/releases/1.1.1/editor/";
// keep them alive
var all_instances = new Array;

Expand Down

0 comments on commit cbc6cfe

Please sign in to comment.