Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amy
File renamed without changes.

Large diffs are not rendered by default.

Binary file not shown.
4 changes: 2 additions & 2 deletions www/run/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>

<!-- These filenames are replaced by the build system -->
<script src="tulipcc-20250613145657.mjs" type="module"></script>
<script type="text/javascript" id="amy_js_include" src="amy-20250613145657.js"></script>
<script src="tulipcc-20250614080926.mjs" type="module"></script>
<script type="text/javascript" id="amy_js_include" src="amy-20250614080926.js"></script>
<script type="text/javascript" src="examples.js"></script>
<script type="text/javascript" src="spss.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (ENVIRONMENT_IS_NODE) {

// --pre-jses are emitted after the Module integration code, so that they can
// refer to Module (if they choose; they can also define Module)
// include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmprcr07uf0.js
// include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmprrxpiyq5.js

Module['expectedDataFileDownloads'] ??= 0;
Module['expectedDataFileDownloads']++;
Expand All @@ -68,8 +68,8 @@ if (ENVIRONMENT_IS_NODE) {
// web worker
PACKAGE_PATH = encodeURIComponent(location.pathname.substring(0, location.pathname.lastIndexOf('/')) + '/');
}
var PACKAGE_NAME = 'build-standard/tulip/obj/tulipcc-20250613145657.data';
var REMOTE_PACKAGE_BASE = 'tulipcc-20250613145657.data';
var PACKAGE_NAME = 'build-standard/tulip/obj/tulipcc-20250614080926.data';
var REMOTE_PACKAGE_BASE = 'tulipcc-20250614080926.data';
var REMOTE_PACKAGE_NAME = Module['locateFile'] ? Module['locateFile'](REMOTE_PACKAGE_BASE, '') : REMOTE_PACKAGE_BASE;
var REMOTE_PACKAGE_SIZE = metadata['remote_package_size'];

Expand Down Expand Up @@ -212,10 +212,10 @@ Module['FS_createPath']("/tulip4/sys/im", "tiny_town", true, true);
var files = metadata['files'];
for (var i = 0; i < files.length; ++i) {
DataRequest.prototype.requests[files[i].filename].onload();
} Module['removeRunDependency']('datafile_build-standard/tulip/obj/tulipcc-20250613145657.data');
} Module['removeRunDependency']('datafile_build-standard/tulip/obj/tulipcc-20250614080926.data');

};
Module['addRunDependency']('datafile_build-standard/tulip/obj/tulipcc-20250613145657.data');
Module['addRunDependency']('datafile_build-standard/tulip/obj/tulipcc-20250614080926.data');

Module['preloadResults'] ??= {};

Expand All @@ -239,21 +239,21 @@ Module['FS_createPath']("/tulip4/sys/im", "tiny_town", true, true);

})();

// end include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmprcr07uf0.js
// include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmpo62u3n02.js
// end include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmprrxpiyq5.js
// include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmpybl8s_s7.js

// All the pre-js content up to here must remain later on, we need to run
// it.
if ((typeof ENVIRONMENT_IS_WASM_WORKER != 'undefined' && ENVIRONMENT_IS_WASM_WORKER) || (typeof ENVIRONMENT_IS_PTHREAD != 'undefined' && ENVIRONMENT_IS_PTHREAD) || (typeof ENVIRONMENT_IS_AUDIO_WORKLET != 'undefined' && ENVIRONMENT_IS_AUDIO_WORKLET)) Module['preRun'] = [];
var necessaryPreJSTasks = Module['preRun'].slice();
// end include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmpo62u3n02.js
// include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmp3rx1o0pl.js
// end include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmpybl8s_s7.js
// include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmpzevtt6ns.js

if (!Module['preRun']) throw 'Module.preRun should exist because file support used it; did a pre-js delete it?';
necessaryPreJSTasks.forEach((task) => {
if (Module['preRun'].indexOf(task) < 0) throw 'All preRun tasks that exist before user pre-js code should remain after; did you replace Module or modify Module.preRun?';
});
// end include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmp3rx1o0pl.js
// end include: /var/folders/kd/6nr58rln0xzcjj65fqvsbfs00000gn/T/tmpzevtt6ns.js


var arguments_ = [];
Expand Down Expand Up @@ -885,10 +885,10 @@ var wasmBinaryFile;

function findWasmBinary() {
if (Module['locateFile']) {
return locateFile('tulipcc-20250613145657.wasm');
return locateFile('tulipcc-20250614080926.wasm');
}
// Use bundler-friendly `new URL(..., import.meta.url)` pattern; works in browsers too.
return new URL('tulipcc-20250613145657.wasm', import.meta.url).href;
return new URL('tulipcc-20250614080926.wasm', import.meta.url).href;
}

function getBinarySync(file) {
Expand Down Expand Up @@ -11581,7 +11581,7 @@ for (const prop of Object.keys(Module)) {
})();
export default _createMicroPythonModule;
/*
* This file is part of the MicroPython project, http://tulipcc-20250613145657.org/
* This file is part of the MicroPython project, http://tulipcc-20250614080926.org/
*
* The MIT License (MIT)
*
Expand Down Expand Up @@ -11609,7 +11609,7 @@ export default _createMicroPythonModule;
// Options:
// - pystack: size in words of the MicroPython Python stack.
// - heapsize: size in bytes of the MicroPython GC heap.
// - url: location to load `tulipcc-20250613145657.mjs`.
// - url: location to load `tulipcc-20250614080926.mjs`.
// - stdin: function to return input characters.
// - stdout: function that takes one argument, and is passed lines of stdout
// output as they are produced. By default this is handled by Emscripten
Expand Down Expand Up @@ -11973,7 +11973,7 @@ if (
typeof process.versions === "object" &&
typeof process.versions.node === "string"
) {
// Check if this module is run from the command line via `node tulipcc-20250613145657.mjs`.
// Check if this module is run from the command line via `node tulipcc-20250614080926.mjs`.
//
// See https://stackoverflow.com/questions/6398196/detect-if-called-through-require-or-directly-by-command-line/66309132#66309132
//
Expand All @@ -11997,7 +11997,7 @@ if (
}

/*
* This file is part of the MicroPython project, http://tulipcc-20250613145657.org/
* This file is part of the MicroPython project, http://tulipcc-20250614080926.org/
*
* The MIT License (MIT)
*
Expand Down Expand Up @@ -12238,7 +12238,7 @@ class PyProxyThenable {
}
}
/*
* This file is part of the MicroPython project, http://tulipcc-20250613145657.org/
* This file is part of the MicroPython project, http://tulipcc-20250614080926.org/
*
* The MIT License (MIT)
*
Expand Down
Binary file not shown.