Skip to content

Commit

Permalink
qtrvsim release 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisa committed Oct 1, 2024
1 parent 3364576 commit 249c7bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions static/qtrvsim/app/qtloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,13 @@ function QtLoader(config)

// Fetch emscripten generated javascript runtime
var emscriptenModuleSource = undefined
var emscriptenModuleSourcePromise = fetchText(applicationName + ".js?v=202301282").then(function(source) {
var emscriptenModuleSourcePromise = fetchText(applicationName + ".js?v=20241001").then(function(source) {
emscriptenModuleSource = source
});

// Fetch and compile wasm module
var wasmModule = undefined;
var wasmModulePromise = fetchCompileWasm(applicationName + ".wasm?v=202301282").then(function (module) {
var wasmModulePromise = fetchCompileWasm(applicationName + ".wasm?v=20241001").then(function (module) {
wasmModule = module;
});

Expand Down
2 changes: 1 addition & 1 deletion static/qtrvsim/app/qtrvsim_gui.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/qtrvsim/app/qtrvsim_gui.wasm
Git LFS file not shown

0 comments on commit 249c7bf

Please sign in to comment.