Michael Ferris
|
d5d87bf217
Implement WebAssemblySharedArrayBuffer + some tests
|
8 years ago |
Michael Ferris
|
b7f1f8eac1
Implement generic way of dealing with prefixes
|
8 years ago |
Arun Purushan (Intel Americas Inc)
|
647fc621e6
Merge from Master to wasm.simd
|
8 years ago |
Michael Ferris
|
c78a87a458
Wasm: Match the spec wording for Poping from the Eval stack
|
8 years ago |
Jack Horton
|
0cf7fd2748
Modify build system to only set the ICU include folder in one place
|
8 years ago |
Nikolay Korovaiko
|
bc130b82b3
merge
|
8 years ago |
Doug Ilijev
|
e4d3a1b07e
Partial implementation of Intl with ICU for Windows and xplat.
|
8 years ago |
Michael Ferris
|
9b467a9969
- Add limit checks to be conform with other browser vendors
|
8 years ago |
Arun
|
2ea6c86820
Adding WASM-SIMD feature flag
|
9 years ago |
Michael Ferris
|
578f777127
Make the byte code writer for webassembly use an interface so we can swap between writers as needed
|
9 years ago |
Michael Ferris
|
4be5bd9f3c
Create thunks for imports so we always to call internal from a function and that thunk will take care of boxing/unboxing the values
|
9 years ago |
Michael Holman
|
b0ac15bca9
Merge branch 'master' into users/michhol/wasmapi
|
9 years ago |
Arun
|
f89025bdae
Wasm element offset to support global initexprs
|
9 years ago |
Michael Holman
|
227cf793c8
add support for new WebAssembly.Instance(moduleObject[, importObject])
|
9 years ago |
Michael Holman
|
3ac075bf2d
fix razzle build break in WasmReader vcxproj
|
9 years ago |
Nikolay Korovaiko
|
641ccd582e
decode globals section
|
9 years ago |
Michael Ferris
|
e0ddaae0af
Revert "Support imported functions in the indirect table"
|
9 years ago |
Michael Ferris
|
056558e143
Support imported functions in the indirect table
|
9 years ago |
Michael Ferris
|
abe9edc972
Fixes to comply with OOP way
|
9 years ago |
Michael Ferris
|
05ca0940ac
Remove TEMP_DISABLE_ASMJS and fixup ASMJS_PLAT to correctly remove asm.js code if not defined.
|
9 years ago |
Michael Ferris
|
8e5d1ea9a9
Made a common class WAsmJs::RegisterSpace to be shared between asmjs and wasm
|
9 years ago |
Michael Ferris
|
101f77d21e
Put the signature back in WasmBinaryOpCodes.h
|
9 years ago |
Michael Ferris
|
7fe4d1d9ff
Removed the concept of signature on the WasmBinOpCodes because it wasn't used
|
9 years ago |
Michael Ferris
|
4dc7aabe10
WebAssembly Cleanup
|
9 years ago |
Michael Ferris
|
cb0d123c46
Remove sexpr parser
|
9 years ago |
Michael Holman
|
3211073445
finish initial stardardization for reading wasm function bodies
|
10 years ago |
George Kuan
|
502949d61d
Implement decoding of data segments
|
10 years ago |
Michael Ferris
|
8a186372c3
Added a separate WasmSection file to aggregate Section Information
|
10 years ago |
Michael Ferris
|
e439e115f5
Read section in order
|
10 years ago |
Michael Holman
|
14e114e222
implement indirect calls for wasm
|
10 years ago |