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

Tags: ORG-MARS/WAVM

Tags

nightly/2021-03-15

Toggle nightly/2021-03-15's commit message
Some fixes for AArch64 Mac

nightly/2020-12-05

Toggle nightly/2020-12-05's commit message
Fix error when compiling with LLVM9 on MSVC.

nightly/2020-11-29

Toggle nightly/2020-11-29's commit message
Fix throwing exceptions returned by C API host functions.

nightly/2020-11-28

Toggle nightly/2020-11-28's commit message
Add configuration for Visual Studio Chromium plugin indexed search.

nightly/2020-11-21

Toggle nightly/2020-11-21's commit message
Recompile zlib example with latest emsdk, and add a cmake test to run…

… it.

nightly/2020-11-20

Toggle nightly/2020-11-20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GC: Don't transfer roots from imported functions to the instances imp…

…orting them (WAVM#294)

nightly/2020-09-16

Toggle nightly/2020-09-16's commit message
Fix the utf-8 form check issue

From table 3-7 in the Unicode Standard 9.0, the valid range of the
second byte should be [0x80, 0x9F] when the first byte is 0xED

Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>

nightly/2020-08-21

Toggle nightly/2020-08-21's commit message
Merge latest tests from spec repos:

- Fix WAVM ignoring unused bits of the memory/table type flags. It now throws a serialization exception if any unknown bits are set on load.
- Change serialization of non-standard ExternKind::exceptionType to avoid conflict with a malformed binary test.

nightly/2020-08-07

Toggle nightly/2020-08-07's commit message
Update tests from spec repos, and update WAVM to pass them:

- Serialize extended opcodes as u32 instead of u7.
- Don't allow sign on text format SIMD lane indices.

nightly/2020-07-06

Toggle nightly/2020-07-06's commit message
Fix `isSubtype(ReferenceType, ReferenceType)` getting out of sync wit…

…h `isSubtype(ValueType, ValueType)`.
0