1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

Launching an arbitrary ELF executable from disk works! :^)

This is so cool! It's a bit messy now with two Task constructors,
but eventually they should fold into a single constructor somehow.
This commit is contained in:
Andreas Kling 2018-10-22 15:42:39 +02:00
parent befeabd8fe
commit b824f15619
Notes: sideshowbarker 2024-07-19 18:45:05 +09:00
10 changed files with 141 additions and 16 deletions

View file

@ -25,6 +25,7 @@
#pragma once
#include "Assertions.h"
#include "OwnPtr.h"
#include "StdLib.h"