wasm-micro-runtime/.github/workflows
liang.he 250aba6874
Sync up with wabt latest modification (#296) (#786)
- Remove "--enable-reference-types" and "--enable-bulk-memory" for wat2wasm
to support finished proposals.

- Ignore invalid module in the thread spec repo:
``` wast
;; my_elem.wast
(module
  (table $t 10 funcref)
  (func $f)
  (elem $t (i32.const 0) 0)
  (elem $t (i32.const 0) $f $f)
  (elem $t (offset (i32.const 0)) $f $f)
)
```

run with reference interpreter under spec/interpreter:
``` shell
$ ./wasm ../../../my_elem.wast
../../../my_elem.wast:5.9-5.11: syntax error: duplicate elem segment $t
```

- use a specific commit instead of the latest commit on the thread spec repo
2021-10-14 15:48:45 +08:00
..
compilation_on_android_ubuntu_macos.yml Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
compilation_on_windows.yml Enable triggering workflows on push events (#783) 2021-10-12 14:52:16 +08:00
spec_test.yml Sync up with wabt latest modification (#296) (#786) 2021-10-14 15:48:45 +08:00