Skip to content

Commit bbf7185

Browse files
committed
qtrvsim release 0.9.8 - update to make new dialog wider
The WASM standard sizes are little narrower than for desktop run. Make dialog a little wider to be more comfortable. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
1 parent 6315943 commit bbf7185

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

static/qtrvsim/app/qtloader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,13 @@ function QtLoader(config)
317317

318318
// Fetch emscripten generated javascript runtime
319319
var emscriptenModuleSource = undefined
320-
var emscriptenModuleSourcePromise = fetchText(applicationName + ".js?v=20241001").then(function(source) {
320+
var emscriptenModuleSourcePromise = fetchText(applicationName + ".js?v=20241003").then(function(source) {
321321
emscriptenModuleSource = source
322322
});
323323

324324
// Fetch and compile wasm module
325325
var wasmModule = undefined;
326-
var wasmModulePromise = fetchCompileWasm(applicationName + ".wasm?v=20241001").then(function (module) {
326+
var wasmModulePromise = fetchCompileWasm(applicationName + ".wasm?v=20241003").then(function (module) {
327327
wasmModule = module;
328328
});
329329

static/qtrvsim/app/qtrvsim_gui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/qtrvsim/app/qtrvsim_gui.wasm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:208857f38560e4c6ee82dcc65ce7fda83fed19404392672151324475131f8093
3-
size 14678833
2+
oid sha256:3e1ee773c00d1ed612d81c0b1e4e32fc76f6521186ab55132d76a08fd026d6c5
3+
size 14679955

0 commit comments

Comments
 (0)