• ivica.bogosavljevic's avatar
    Implement WASM big-endian support. · d3f3f6c8
    ivica.bogosavljevic authored
    Implement WASM support on big-endian platforms. WASM has
    an implicit requirement that it is running on little-endian
    machine. We achieve WASM support on BE by keeping data
    in memory in little-endian order, and changing data
    endianness before storing to memory and after loading from
    memory.
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2034093002
    Cr-Commit-Position: refs/heads/master@{#37065}
    d3f3f6c8
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-asmjs.cc Loading commit data...
test-run-wasm-interpreter.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm-relocation.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-signatures.h Loading commit data...
test-wasm-function-name-table.cc Loading commit data...
test-wasm-stack.cc Loading commit data...
test-wasm-trap-position.cc Loading commit data...
wasm-run-utils.h Loading commit data...