8000 Tags · c-mnd/WAVM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: c-mnd/WAVM

Tags

nightly/2020-03-30

Toggle nightly/2020-03-30's commit message
[simd] Fixed mismatched op names in comments

nightly/2020-03-29

Toggle nightly/2020-03-29's commit message
Remove MacOS 10.13 test job to work around Azure deprecating their Ma…

…cOS 10.13 workers

nightly/2020-03-17

Toggle nightly/2020-03-17's commit message
[simd] Fixed multiple tables error in simd_const.wast

tests are pulled from WebAssembly/simd#204

nightly/2020-03-03

Toggle nightly/2020-03-03's commit message
[simd] Remove some duplicate tests

Sync tests from WebAssembly/simd@76e39c4

nightly/2020-02-28

Toggle nightly/2020-02-28's commit message
Add i16x8.ltz_mask and i32x4.ltz_mask to WAST fuzz dictionary and syn…

…tax highlighting definition

nightly/2020-02-23

Toggle nightly/2020-02-23's commit message
Merge latest tests from spec and proposal repos, and fix the test fai…

…lures:

- Implement "declared" elem segments, and validate that ref.func only uses functions referenced by some elem segment.
- Add new syntax for elem segment items: (item <instr>)

nightly/2020-02-20

Toggle nightly/2020-02-20's commit message
Make instantiateModule error if given a null import instead of crashing.

Closes WAVM#261

nightly/2020-02-19

Toggle nightly/2020-02-19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[simd] Add spec tests for integer abs ops (WAVM#260)

* [simd] Add spec tests for integer abs ops

- i8x16.abs
- i16x8.abs
- i32x4.abs

nightly/2020-02-16

Toggle nightly/2020-02-16's commit message
Fix copy-paste error in LICENSE.txt

nightly/2020-02-15

Toggle nightly/2020-02-15's commit message
Implement i8x16.abs, i16x8.abs, i32x4.abs

Fixes WAVM#258
0