Michael Ferris 38107e35d3 Add Constructor to Wasm::SectionInfo to fix legacy build 9 лет назад
..
CMakeLists.txt f89025bdae Wasm element offset to support global initexprs 9 лет назад
Chakra.WasmReader.vcxproj 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 лет назад
Chakra.WasmReader.vcxproj.filters 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 лет назад
WasmBinaryOpCodes.h 47c4e71a1c implement grow_memory 9 лет назад
WasmBinaryReader.cpp 571dc34227 Prevent reading past buffer when reading LEB128 and correctly validate the section id 9 лет назад
WasmBinaryReader.h 571dc34227 Prevent reading past buffer when reading LEB128 and correctly validate the section id 9 лет назад
WasmByteCodeGenerator.cpp 571dc34227 Prevent reading past buffer when reading LEB128 and correctly validate the section id 9 лет назад
WasmByteCodeGenerator.h 47c4e71a1c implement grow_memory 9 лет назад
WasmCustomReader.cpp 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 лет назад
WasmCustomReader.h 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 лет назад
WasmDataSegment.cpp 9478176071 Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved. 9 лет назад
WasmDataSegment.h 9478176071 Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved. 9 лет назад
WasmElementSegment.cpp 9478176071 Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved. 9 лет назад
WasmElementSegment.h 9478176071 Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved. 9 лет назад
WasmFunctionInfo.cpp 54a62cd8db Put all the imports in the import array of the WebAssembly module 9 лет назад
WasmFunctionInfo.h 54a62cd8db Put all the imports in the import array of the WebAssembly module 9 лет назад
WasmGlobal.cpp 1fe1f79f71 Move ReferenceTypes to WasmParseTree.h and rename to GlobalReferenceTypes 9 лет назад
WasmGlobal.h 1fe1f79f71 Move ReferenceTypes to WasmParseTree.h and rename to GlobalReferenceTypes 9 лет назад
WasmParseTree.h 03638f6d30 Support WebAssembly.Module.customSections 9 лет назад
WasmReader.h 6368dd2fda put wasm under experimental JS features flag 9 лет назад
WasmReaderBase.h 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 лет назад
WasmReaderPch.cpp a44adf861a Merge remote-tracking branch 'master' into WebAssembly 10 лет назад
WasmReaderPch.h de4503ef51 WASM Xplat: Linux 9 лет назад
WasmSection.cpp 38107e35d3 Add Constructor to Wasm::SectionInfo to fix legacy build 9 лет назад
WasmSection.h 38107e35d3 Add Constructor to Wasm::SectionInfo to fix legacy build 9 лет назад
WasmSections.h 571dc34227 Prevent reading past buffer when reading LEB128 and correctly validate the section id 9 лет назад
WasmSignature.cpp c9014efb9a small cleanup 9 лет назад
WasmSignature.h a4deeba05b add fast signature support for jit; fixup import/exports 9 лет назад