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

Tags: appfws/WAVM

Tags

nightly/2019-11-21

Toggle nightly/2019-11-21's commit message
[test] Sync tests from simd#140

WebAssembly/simd#140

nightly/2019-11-16

Toggle nightly/2019-11-16's commit message
[simd] Add more literal tests for arithmetic ops

Part of WAVM#195

nightly/2019-11-13

Toggle nightly/2019-11-13's commit message
Fix various C function names of Emscripten host functions so they don…

…'t start with an underscore, which is reserved for compiler/library implementers.

Closes WAVM#224

nightly/2019-11-12

Toggle nightly/2019-11-12's commit message
[simd] Improve simd test generation tool

- Use names in the string interpolation so its clear
  what each part is supposed to be.
- Use unified naming converson for params.

nightly/2019-11-10

Toggle nightly/2019-11-10's commit message
[simd] Sync tests from simd repo

The file has been polished per comments from
WebAssembly/simd#135

nightly/2019-11-08

Toggle nightly/2019-11-08's commit message
[simd] Add more literal tests for lane ops

Remove some redundant tests BTW

nightly/2019-11-07

Toggle nightly/2019-11-07's commit message
Add a benchmark that compares the ltz_mask instruction to an emulated…

… version of it that just uses standard WASM SIMD instructions.

nightly/2019-11-04

Toggle nightly/2019-11-04's commit message
Use a cryptographic hash (BLAKE2b) of the WASM module as the key for …

…the object cache, and don't store the WASM module in the object cache to disambiguate collisions.

nightly/2019-10-31

Toggle nightly/2019-10-31's commit message
Add an Ubuntu 19.10 w/ GCC 9.2 build to Azure Pipelines CI

nightly/2019-10-30

Toggle nightly/2019-10-30's commit message
[simd] Add spec tests for 64x2 constant and more literal testing (WAV…

…M#215)
0