Michael Ferris b8bbe4ab28 [MERGE #4469 @Cellule] WASM: Generic prefix handling 8 lat temu
..
CMakeLists.txt 2c32314468 Additional wasm xplat changes. 9 lat temu
Chakra.WasmReader.vcxproj b7f1f8eac1 Implement generic way of dealing with prefixes 8 lat temu
Chakra.WasmReader.vcxproj.filters b7f1f8eac1 Implement generic way of dealing with prefixes 8 lat temu
EmptyWasmByteCodeWriter.h eebff837b0 Merge branch 'master' into wasm.simd 8 lat temu
WasmBinaryOpCodes.h b7f1f8eac1 Implement generic way of dealing with prefixes 8 lat temu
WasmBinaryOpcodesSimd.h b7f1f8eac1 Implement generic way of dealing with prefixes 8 lat temu
WasmBinaryReader.cpp b7f1f8eac1 Implement generic way of dealing with prefixes 8 lat temu
WasmBinaryReader.h b7f1f8eac1 Implement generic way of dealing with prefixes 8 lat temu
WasmByteCodeGenerator.cpp b7f1f8eac1 Implement generic way of dealing with prefixes 8 lat temu
WasmByteCodeGenerator.h 1f295d25af Incorporating CR feedback1 8 lat temu
WasmCustomReader.cpp 3dfecd6650 Make sure the FunctionBodyReaderInfo is used only by WasmBinaryReader. 8 lat temu
WasmCustomReader.h 3dfecd6650 Make sure the FunctionBodyReaderInfo is used only by WasmBinaryReader. 8 lat temu
WasmDataSegment.cpp b3bee81b8d WasmReader code style: Return type on same line as declaration, No space between type and * 8 lat temu
WasmDataSegment.h b3bee81b8d WasmReader code style: Return type on same line as declaration, No space between type and * 8 lat temu
WasmElementSegment.cpp 22a73634f0 Some limits fixes and much more tests 8 lat temu
WasmElementSegment.h 22a73634f0 Some limits fixes and much more tests 8 lat temu
WasmFunctionInfo.cpp b3bee81b8d WasmReader code style: Return type on same line as declaration, No space between type and * 8 lat temu
WasmFunctionInfo.h 3dfecd6650 Make sure the FunctionBodyReaderInfo is used only by WasmBinaryReader. 8 lat temu
WasmGlobal.cpp 1fe1f79f71 Move ReferenceTypes to WasmParseTree.h and rename to GlobalReferenceTypes 9 lat temu
WasmGlobal.h a2b53ecd43 Cleanup integer type usage in WasmReader project, 8 lat temu
WasmLimits.h bb6ab73270 Increase the Wasm function size limit to 7654321 bytes 8 lat temu
WasmParseTree.h b7f1f8eac1 Implement generic way of dealing with prefixes 8 lat temu
WasmReader.h c78a87a458 Wasm: Match the spec wording for Poping from the Eval stack 8 lat temu
WasmReaderBase.h 3dfecd6650 Make sure the FunctionBodyReaderInfo is used only by WasmBinaryReader. 8 lat temu
WasmReaderInfo.h c78a87a458 Wasm: Match the spec wording for Poping from the Eval stack 8 lat temu
WasmReaderPch.cpp a44adf861a Merge remote-tracking branch 'master' into WebAssembly 10 lat temu
WasmReaderPch.h c78a87a458 Wasm: Match the spec wording for Poping from the Eval stack 8 lat temu
WasmSection.cpp 3db4a6238f Fix reading inline names in wasm binary reader. 9 lat temu
WasmSection.h 9b467a9969 - Add limit checks to be conform with other browser vendors 8 lat temu
WasmSections.h 9b467a9969 - Add limit checks to be conform with other browser vendors 8 lat temu
WasmSignature.cpp dfd9306850 Re-enable Wasm short signature check. 8 lat temu
WasmSignature.h dfd9306850 Re-enable Wasm short signature check. 8 lat temu