This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-16 12:47:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eceb244befb0992c47dd13b80bada954b4689053
ladybird
/
Userland
/
Libraries
/
LibWasm
/
AbstractMachine
History
Ali Mohammad Pur
eceb244bef
LibWasm: Allow Value::to<T>() to perform statically valid conversions
...
e.g. i32 -> i16 (if within range).
2023-04-26 03:47:15 +03:30
..
AbstractMachine.cpp
…
AbstractMachine.h
LibWasm: Allow Value::to<T>() to perform statically valid conversions
2023-04-26 03:47:15 +03:30
BytecodeInterpreter.cpp
LibWasm: Replace usages of the Endian bytes accessor
2023-04-12 07:33:15 -04:00
BytecodeInterpreter.h
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
2023-02-26 10:54:23 +03:30
Configuration.cpp
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
2023-03-13 15:16:20 +00:00
Configuration.h
LibWasm: Replace the numeric operation macros with templated functions
2021-08-12 21:03:53 +02:00
Interpreter.h
…
Operators.h
…
Validator.cpp
AK+Everywhere: Rename String to DeprecatedString
2022-12-06 08:54:33 +01:00
Validator.h
…