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
2025-12-25 19:04:58 +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
…
Configuration.cpp
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
2023-03-13 15:16:20 +00:00
Configuration.h
…
Interpreter.h
…
Operators.h
…
Validator.cpp
…
Validator.h
…