1. 13 2月, 2018 1 次提交
  2. 10 2月, 2018 2 次提交
  3. 09 2月, 2018 4 次提交
  4. 08 2月, 2018 1 次提交
  5. 07 2月, 2018 2 次提交
  6. 06 2月, 2018 2 次提交
  7. 05 2月, 2018 1 次提交
  8. 04 2月, 2018 1 次提交
  9. 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
  10. 02 2月, 2018 5 次提交
  11. 01 2月, 2018 2 次提交
  12. 31 1月, 2018 4 次提交
  13. 25 1月, 2018 4 次提交
  14. 24 1月, 2018 4 次提交
  15. 22 1月, 2018 1 次提交
  16. 20 1月, 2018 3 次提交
  17. 17 1月, 2018 1 次提交
  18. 13 1月, 2018 1 次提交