Open
Description
Because Sourceror is not part of js-slang, the pre-processing step which handles imports & exports does not work with Sourceror. This means that the WebAssembly variants of Source do not support multi-file programs currently. Instead, only the entrypoint file is passed to Sourceror currently:
frontend/src/commons/sagas/WorkspaceSaga.ts
Lines 1035 to 1060 in f2b05b2