1. Jan 28, 2020
    • Bastian Köcher's avatar
      WASM runtime switch to import memory (#4737) · 17aae385
      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
      17aae385
  2. Jan 27, 2020
  3. Jan 25, 2020
  4. Jan 24, 2020
  5. Jan 23, 2020
  6. Jan 22, 2020
  7. Jan 21, 2020
  8. Jan 20, 2020