gamburg.m
2021-8-23 19:02:01

:wave: (relating to compiling linklets to JS) after compiling a few small racket modules to individual linklets, I tried doing so for the expander with the command: racket bootstrap-run.rkt -c output/ -sx but it was unhappy, with the message some linklets depend on pre-defined host instances that are not part of the runtime system. The form that appears to be ‘missing’ is #%read. Any idea what the reason & fix is here? (output for the command in thread)


gamburg.m
2021-8-23 19:02:56

samth
2021-8-23 19:35:43

See the KNOT definition in the Makefile in the expander directory