/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
WebAssembly (WASM) arch support for the Linux kernel
(github.com)
245 points
marcodiego
| 1 comments |
01 Nov 25 16:39 UTC
|
HN request time: 0s
|
source
Demos at:
https://joelseverin.github.io/linux-wasm/
Show context
throwaway031125
◴[
03 Nov 25 15:16 UTC
]
No.
45799963
[source]
▶
>>45783074 (OP)
#
$ rm -rf /
and it's gone
replies(2):
>>45800154
#
>>45802848
#
s-macke
◴[
03 Nov 25 15:32 UTC
]
No.
45800154
[source]
▶
>>45799963
#
Not quite right. Try the following.
echo * cd /proc echo * while read line; do echo $line; done < /proc/cpuinfo
The last line should work and print the entire file, but it seems there's a bug.
replies(1):
>>45804134
#
1.
throwaway031125
◴[
03 Nov 25 20:38 UTC
]
No.
45804134
[source]
▶
>>45800154
#
Well, it should not surprise you that the virtual file systems of the kernel remain.
ID:
GO
↑