1. 07 3月, 2018 1 次提交
  2. 06 3月, 2018 4 次提交
  3. 03 3月, 2018 5 次提交
  4. 02 3月, 2018 5 次提交
  5. 01 3月, 2018 6 次提交
  6. 28 2月, 2018 8 次提交
  7. 24 2月, 2018 4 次提交
  8. 23 2月, 2018 5 次提交
  9. 22 2月, 2018 2 次提交
    • M
      Increase max wasm (smart contract) memory usage to 33MiB · 709a68ea
      Matt Witherspoon 提交于
      Change the maximum memory a wasm smart contract can consume to 33MiB. Update a couple of the unit tests to accommodate any max memory size. A number of the “legacy” unit tests assume a 1MiB maximum so add a way in our cmakes to bound certain wasms to a particular runtime limit.
      709a68ea
    • M
      Fixup two recent unit tests for new sbrk behavior · 2d4baa0a
      Matt Witherspoon 提交于
      Two recently fixed unit tests have a problem with new sbrk behavior. One simply needs modification to look for a -1 indicating failure. The other one, where sbrk and malloc is mixed, is more troublesome. When I adjusted the malloc behavior to only create heaps on wasm page boundaries it breaks that unit test. However, I prefer to keep the heaps on the wasm boundaries. So I’m going to disable that unit test for now,
      2d4baa0a