fix: remove duplicated word in sentence ("direct direct")
This commit is contained in:
parent
1fcf35d43f
commit
5c93c77a6c
|
|
@ -193,7 +193,7 @@ Examples: ls watch uptime head /proc/cpuinfo
|
|||
<p>
|
||||
Linux in the browser has been done a few times before, either by slow emulation of other architectures in Wasm or
|
||||
even pure JavaScript, or by running Linux as a library (LKL aka. um). Such attempts have inspired this more direct
|
||||
direct approach. The goal is to expose the syscalls that the Linux kernel provides. This should allow porting of
|
||||
approach. The goal is to expose the syscalls that the Linux kernel provides. This should allow porting of
|
||||
many more programs than possible with WASI or the current generation of Emscripten. Note that a program does not
|
||||
necessarily have to run as a process inside Linux either, you could have just one (or a few) frontend threads that
|
||||
you use for syscalls, possibly via some kind of message passing. This way, your program does not have to live
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user