Skip to content
  • Cheng Shao's avatar
    b8dfd918
    rts: rename prelude.js to prelude.mjs · b8dfd918
    Cheng Shao authored
    This commit renames prelude.js to prelude.mjs for wasm backend rts
    jsbits, and slightly adjusts the jsbits contents. This is for
    preparing the implementation of dyld.mjs that contains wasm dynamic
    linker logic, which needs to import prelude.mjs as a proper ESM
    module.
    
    (cherry picked from commit 71a471e7)
    b8dfd918
    rts: rename prelude.js to prelude.mjs
    Cheng Shao authored
    This commit renames prelude.js to prelude.mjs for wasm backend rts
    jsbits, and slightly adjusts the jsbits contents. This is for
    preparing the implementation of dyld.mjs that contains wasm dynamic
    linker logic, which needs to import prelude.mjs as a proper ESM
    module.
    
    (cherry picked from commit 71a471e7)
Loading