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

Tags: CoolShroom/WAVM

Tags

nightly/2022-05-14

Toggle nightly/2022-05-14's commit message
Update WebAssembly tests from spec repos:

- Move simd feature to "standard" from "mature".
- Handle parsing both a memory reference and a lane index for load/store lane instructions.

nightly/2022-05-03

Toggle nightly/2022-05-03's commit message
Fix incorrect use of __cxa_demangle by passing in a stack-allocated b…

…uffer.

If the buffer is not large enough, it will call realloc on it, which will fail.
Thanks to Harrm for pointing out the bug.

nightly/2021-12-15

Toggle nightly/2021-12-15's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
separate license files

nightly/2021-10-16

Toggle nightly/2021-10-16's commit message
Fix wavm run without an explicit ABI specified producing an error if …

…the module doesn't have an emscripten_metadata section.

nightly/2021-10-08

Toggle nightly/2021-10-08's commit message
Use VirtualAlloc2 on newer versions of Windows in Platform::allocateA…

…lignedVirtualPages

nightly/2021-09-13

Toggle nightly/2021-09-13's commit message
Fix endless loop in full IndexMap

When an IndexMap becomes full, it goes into an endless loop on add() method call instead of returning failIndex.

nightly/2021-05-10

Toggle nightly/2021-05-10's commit message
Fix CMake error on AArch64.

nightly/2021-04-03

Toggle nightly/2021-04-03's commit message
Update memory64 tests from proposal repo:

- Remove workaround for i32 segment offsets into 64-bit memories.

nightly/2021-03-31

Toggle nightly/2021-03-31's commit message
Remove duplicated code.

nightly/2021-03-22

Toggle nightly/2021-03-22's commit message
Fix compile error on LLVM version < 11

0