Ali Mohammad Pur
|
8cf0f36f7d
LibWasm: Replace a hashtable with an RBTree to make instantiation faster
|
11 months ago |
Diego
|
6e419db26c
LibWasm: Tighten validation algorithm
|
1 year ago |
Diego
|
8217a77728
LibWasm: Refactor validator to use one stack for frame information
|
1 year ago |
Diego
|
a7b1a9ded7
LibWasm: Disallow multiple start sections
|
1 year ago |
Diego
|
e64ac8c177
LibWasm: Validate number of data sections
|
1 year ago |
Diego
|
cf6aa77816
LibWasm: Fix memory limits validator discrepancy
|
1 year ago |
Ali Mohammad Pur
|
cced555879
LibWasm: Avoid pointless vector copies in Validator::Context
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Ali Mohammad Pur
|
2462064fcd
LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions
|
2 years ago |
Ali Mohammad Pur
|
8668851cb1
LibWasm: Do not allow self-referencial globals
|
2 years ago |
Ali Mohammad Pur
|
7e6341587b
AK+Everywhere: Disallow Error::from_string_view(FooString)
|
2 years ago |
Andreas Kling
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 years ago |
Sam Atkins
|
8d31e04b8a
LibWasm: Remove declarations for non-existent methods
|
2 years ago |
Ben Wiederhake
|
8a331d4fa0
Everywhere: Move AK/Debug.h include to using files or remove
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 years ago |
Ali Mohammad Pur
|
a6c4b6848b
LibWasm: Use some template magic to greatly simplify stack validation
|
3 years ago |
Ali Mohammad Pur
|
eccdf4eb4b
LibWasm: Fix validation of if-else blocks
|
3 years ago |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 years ago |
Ali Mohammad Pur
|
7d1142e2c8
LibWasm: Implement module validation
|
3 years ago |