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

Tags: sfleandro/WAVM

Tags

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

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.

0