1. 07 2月, 2018 2 次提交
  2. 06 2月, 2018 2 次提交
  3. 04 2月, 2018 1 次提交
  4. 03 2月, 2018 1 次提交
    • M
      Add more constraints on WASM execution environment · 56604999
      Matt Witherspoon 提交于
      Adding a few more constraints on the WASM execution environment. Some of these we’re well aware of but others are new constraints to aid performance and scalability.
      
      * Limit initial linear memory size to 16 pages (1MB) maximum
      * Limit linear memory initializers to the first page (first 64KB)
      * Limit number of table elements to 1024
      * Limit mutable globals to a maximum of 1KB
      * Limit load/store offsets to a maximum of 1MB (matching maximum runtime size)
      56604999
  5. 02 2月, 2018 9 次提交
  6. 01 2月, 2018 5 次提交
  7. 30 1月, 2018 2 次提交
  8. 27 1月, 2018 1 次提交
  9. 25 1月, 2018 2 次提交
  10. 24 1月, 2018 1 次提交
  11. 23 1月, 2018 1 次提交
  12. 22 1月, 2018 1 次提交
    • M
      Remove WASM's standard memory operators · 045098b2
      Matt Witherspoon 提交于
      We've made the decision that sbrk is the way contracts will grow memory. So, remove access to WASM's standardized memory opcodes. As it stood, these subverted our expected memory management.
      045098b2
  13. 18 1月, 2018 1 次提交
  14. 17 1月, 2018 6 次提交
  15. 16 1月, 2018 4 次提交
  16. 13 1月, 2018 1 次提交