1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-14 19:56:28 +00:00

Adjustments to WAsm file system layout and compilation options

Moves the full.sysout from the root of tle system to /medley/loadups/full.sysout,
adds /medley/lispusers/BACKGROUND-YIELD.LCOM and an Emscripten/WAsm specific
site init file at /usr/local/lde/site-init.lisp

Adjusts options so that the options are in the correct place for the
compiler and loader.
This commit is contained in:
Nick Briggs
2023-12-27 17:20:11 -08:00
parent 7c1d2081c8
commit 7bb2393637
2 changed files with 10 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
</div>
<script type="text/javascript">
var Module = {
arguments: ["full.sysout"],
arguments: ["medley/loadups/full.sysout"],
canvas: (function() { return document.getElementById('canvas'); })()
};
</script>