Ali Mohammad Pur
|
4f2d898a51
LibWasm: Make MemoryInstance allocation fail if initial growth fails
|
hace 3 años |
Ali Mohammad Pur
|
b5ca290605
LibWasm: Implement memory.init and passive mode data
|
hace 3 años |
Ali Mohammad Pur
|
7d1142e2c8
LibWasm: Implement module validation
|
hace 3 años |
Ben Wiederhake
|
32e98d0924
Libraries: Use AK::Variant default initialization where appropriate
|
hace 3 años |
Ali Mohammad Pur
|
65cd5526cb
LibWasm+Everywhere: Make the instruction count limit configurable
|
hace 4 años |
Ali Mohammad Pur
|
23b48f8fe1
Revert "LibWasm: Some more performance stuff (#8812)"
|
hace 4 años |
Ali Mohammad Pur
|
35394dbfaa
LibWasm: Some more performance stuff (#8812)
|
hace 4 años |
Ali Mohammad Pur
|
d74eca78aa
LibWasm: Skip initializing active empty data sections
|
hace 4 años |
Ali Mohammad Pur
|
03fe50d5e7
LibWasm: Fix data section initialization bounds checking
|
hace 4 años |
Ali Mohammad Pur
|
b538e15548
LibWasm: Give traps a reason and display it when needed
|
hace 4 años |
Andreas Kling
|
beb43f673e
AK: Undo bogus Variant::downcast() rename
|
hace 4 años |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
hace 4 años |
Ali Mohammad Pur
|
aa2916c21b
LibWasm: ALWAYS_INLINE some very hot functions
|
hace 4 años |
Sahan Fernando
|
d02e7b3811
LibWasm: Move Wasm::BytecodeInterpreter into its own header
|
hace 4 años |
Ali Mohammad Pur
|
1b083392fa
LibWasm+wasm: Switch to east-const to comply with project style
|
hace 4 años |
Ali Mohammad Pur
|
be62e4d1d7
LibWasm: Load and instantiate tables
|
hace 4 años |
Ali Mohammad Pur
|
56bf80251c
LibWasm: Implement reference instructions (ref.{null,func,is_null})
|
hace 4 años |
Ali Mohammad Pur
|
c5df55a8a2
LibWasm: Make Interpreter a virtual interface
|
hace 4 años |
Ali Mohammad Pur
|
bc936a5fac
LibWasm: Make Frame a value type as well
|
hace 4 años |
Ali Mohammad Pur
|
ba5da79617
LibWasm: Add execution hooks and a debugger mode to the wasm tool
|
hace 4 años |
Ali Mohammad Pur
|
4a459d2430
LibWasm: Correct memory init size when instantiating
|
hace 4 años |
Ali Mohammad Pur
|
3926eab3b7
LibWasm+LibWeb: Implement (a very basic version of) the JS link/import
|
hace 4 años |
Ali Mohammad Pur
|
35b3ae26ed
LibWasm: Implement a very basic linker
|
hace 4 años |
Ali Mohammad Pur
|
3283c8a495
LibWasm: Make the instantiation process produce an OwnPtr
|
hace 4 años |
Ali Mohammad Pur
|
efb106069b
LibWasm: Decouple ModuleInstance from the AbstractMachine
|
hace 4 años |
Ali Mohammad Pur
|
3402381d7a
LibWasm: Execute the start function, if one exists
|
hace 4 años |
Ali Mohammad Pur
|
a5194274af
LibWasm: Stub out/implement parsing of all ElementSection segments
|
hace 4 años |
Ali Mohammad Pur
|
4d9246ac9d
LibWasm: Add basic support for module instantiation and execution stubs
|
hace 4 años |