Diego
|
e8fd8982f8
LibWasm: Give names to functions exported to JS via `ref.func`
|
1 year ago |
Shannon Booth
|
1ec6399c00
Everywhere: Remove uneeded short option argument where possible
|
1 year ago |
Timothy Flynn
|
c23060e21b
Userland: Avoid some now-unneeded explicit conversions to Bytes
|
1 year ago |
Ali Mohammad Pur
|
b7a8081b0f
wasm: Make --arg use a more useful value format
|
1 year ago |
Sam Atkins
|
56c5ffe398
LibFileSystem+Userland: Return ByteString from real_path()
|
1 year ago |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
kleines Filmröllchen
|
d6571f54d8
LibCore: Make MappedFile a Stream
|
1 year ago |
Andreas Kling
|
f5bf53bc99
LibWasm: Create AK::StackInfo once per AbstractMachine
|
2 years ago |
Ben Wiederhake
|
9e755ccfef
wasm: Prefer LibFileSystem over DeprecatedFile
|
2 years ago |
Ali Mohammad Pur
|
6d48719069
Utilities: Add support for loading the WASI module to wasm
|
2 years ago |
Tim Schumacher
|
ae51c1821c
Everywhere: Remove unintentional partial stream reads and writes
|
2 years ago |
Tim Schumacher
|
a3f73e7d85
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
|
2 years ago |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 years ago |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
Ali Mohammad Pur
|
db886fe18b
Userland+AK: Stop using getopt() for ArgsParser
|
2 years ago |
Ali Mohammad Pur
|
6b50f23242
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
Tim Schumacher
|
220fbcaa7e
AK: Remove the fallible constructor from `FixedMemoryStream`
|
2 years ago |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Tim Schumacher
|
982ebbc304
LibWasm: Port the parser to `Core::Stream`
|
2 years ago |
Tim Schumacher
|
409fb0fe79
LibWasm: Port `Wasm::Printer` to `Core::Stream`
|
2 years ago |
Tim Schumacher
|
2def995d22
wasm: Interface with the standard output via `Core::Stream`
|
2 years ago |
Tim Schumacher
|
52cb066cae
LibWasm: Use `AllocatingMemoryStream` around `Wasm::Printer`
|
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 |
Ali Mohammad Pur
|
6b50425013
wasm: Map the entire input wasm file instead of using Core::File
|
2 years ago |