mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Revert "Change docs to point to the 0.0.6 version of the wasm interpreter"
This reverts commit 944c6e44af
because
we're past the release and should pointer back to master builds.
This commit is contained in:
parent
a12436a253
commit
9dcbf4b5ad
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
||||||
-->
|
-->
|
||||||
<script type="module">
|
<script type="module">
|
||||||
"use strict";
|
"use strict";
|
||||||
import * as sixtyfps from 'https://sixtyfps.io/releases/0.0.6/wasm-interpreter/sixtyfps_wasm_interpreter.js';
|
//import * as sixtyfps from 'https://sixtyfps.io/releases/0.0.x/wasm-interpreter/sixtyfps_wasm_interpreter.js';
|
||||||
|
import * as sixtyfps from 'https://sixtyfps.io/wasm-interpreter/sixtyfps_wasm_interpreter.js';
|
||||||
|
|
||||||
async function render_or_error(source, div) {
|
async function render_or_error(source, div) {
|
||||||
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);
|
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue