1. 13 2月, 2018 3 次提交
  2. 12 2月, 2018 1 次提交
    • M
      Support proper spec compliant call_indirect wast syntax · 2c35a651
      Matt Witherspoon 提交于
      The wasm spec has a different definition for the call_indirect syntax in textual representation then what we currently support. Add code to support the spec’s syntax as newer binaryen (s2wasm) seems to use the spec’s syntax.
      
      Be aware, this might still not be TECHNICALLY to spec — I think the spec may allow for defining the function prototype right at the call_indirect site. We only support usage of a type name or type index at the call_indirect site.
      2c35a651
  3. 10 2月, 2018 2 次提交
  4. 09 2月, 2018 8 次提交
  5. 08 2月, 2018 13 次提交
  6. 07 2月, 2018 6 次提交
  7. 06 2月, 2018 7 次提交