76
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Dec 19, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- removed the repeated section bounds check in the section parsing code, because now all reads go through the read function, which does section bounds checking on every read More... about 1 year ago
+ added section bounds checking to the read function, used inside TWasmObjInput.ReadObjData.ReadSection More... about 1 year ago
- removed the TObjectReader parameter from ReadUleb, ReadUleb32 and ReadName More... about 1 year ago
- rm commented out code More... about 1 year ago
* the ReadUleb, ReadUleb32 and ReadName methods moved to be local functions inside TWasmObjInput.ReadObjData.ReadSection More... about 1 year ago
* use ReadUleb32 in more places More... about 1 year ago
+ introduced ReadUleb32 to avoid code repetition of the >high(uint32) checks More... about 1 year ago
* Fix project More... about 1 year ago
* Add const for string where possible More... about 1 year ago
* Fix AV due to not initialized FullName field. Patch by Bart B. Fixes issue #40489 More... about 1 year ago
* minor improvement for TPasRecordType.IsAdvancedRecord. Fixes issue #40539 More... about 1 year ago
* Namespaced version of testinsight units More... about 1 year ago
* Test insight client More... about 1 year ago
+ parse the data count section More... about 1 year ago
+ parse the rest of the function section More... about 1 year ago
+ read the functions count from the functions section More... about 1 year ago
+ function section duplicate check More... about 1 year ago
+ WebAssembly object reader: implemented parsing of the import section More... about 1 year ago
+ added const sets for the WebAssembly reference, numeric and vector types More... about 1 year ago
* SUBTARGET defines More... about 1 year ago
* Correct check on command-line for -t More... about 1 year ago
+ import section duplicate check More... about 1 year ago
- removed TODO comment More... about 1 year ago
+ input error message in case the type section size is unexpected/wrong More... about 1 year ago
+ Wasm internal linker, object reader: implemented parsing of the type section More... about 1 year ago
+ introduced decode_wasm_basic_type function More... about 1 year ago
+ added functions for reading the different types of Wasm object sections More... about 1 year ago
* implementation of TInternalLinkerWasi.DefaultLinkScript. Create a script that reads all the object files. More... about 1 year ago
* write a WebAssembly header in TWasmExeOutput.writeData More... about 1 year ago
* override GetCodeSize, GetDataSize and GetBssSize in TInternalLinkerWasi to avoid crash More... about 1 year ago