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-01-06 00:25:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c7e2e351aa2c40daedfd8ddac3ef868ebac0f2c
ladybird
/
Userland
/
Libraries
/
LibWasm
History
Ali Mohammad Pur
2c7e2e351a
LibWasm: Implement fx.nearest using nearbyint() instead of round()
...
This instruction wants RoundingMode::ToEven, so let's use the correct function.
2021-08-30 22:47:02 +02:00
..
AbstractMachine
LibWasm: Implement fx.nearest using nearbyint() instead of round()
2021-08-30 22:47:02 +02:00
Parser
Everywhere: Prefer using {:#x} over 0x{:x}
2021-07-22 08:57:01 +02:00
Printer
LibWasm: Jump to the default label in br_table with negative values
2021-07-06 17:55:00 +04:30
Tests
Meta+LibWasm: Add support for module linking tests
2021-06-22 00:26:25 +04:30
CMakeLists.txt
LibWasm: Remove empty AbstractMachine/Interpreter.cpp
2021-06-20 01:49:56 +01:00
Constants.h
LibWasm: Use AK::StackInfo to track stack size
2021-07-12 18:42:45 +04:30
Opcode.h
LibWasm: Parse the "extend" set of instructions
2021-06-02 16:09:16 +04:30
Types.h
LibWasm+wasm: Switch to east-const to comply with project style
2021-06-04 16:07:42 +04:30