Skip to content
  • Bastian Köcher's avatar
    WASM runtime switch to import memory (#4737) · 793a1eb0
    Bastian Köcher authored
    * WASM runtime switch to import memory
    
    Up to now runtimes have exported their memory. To unify it with
    sandboxing, this pr switches runtimes to import memory as well.
    
    From a functional perspective, exporting/importing memory makes no
    difference to the runtime.
    
    To provide backwards compatibility, WASM exported memory is still supported.
    
    * Revert debug stuff
    
    * Revert some stuff
    793a1eb0