/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
| 5 comments |
01 Nov 25 16:39 UTC
|
HN request time: 0.398s
|
source
Demos at:
https://joelseverin.github.io/linux-wasm/
1.
throwaway031125
◴[
03 Nov 25 15:16 UTC
]
No.
45799963
[source]
▶
>>45783074 (OP)
#
$ rm -rf /
and it's gone
replies(2):
>>45800154
#
>>45802848
#
ID:
GO
2.
s-macke
◴[
03 Nov 25 15:32 UTC
]
No.
45800154
[source]
▶
>>45799963 (TP)
#
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
#
3.
lxgr
◴[
03 Nov 25 18:57 UTC
]
No.
45802848
[source]
▶
>>45799963 (TP)
#
Only on 127.0.0.1.
replies(1):
>>45804000
#
4.
throwaway031125
◴[
03 Nov 25 20:27 UTC
]
No.
45804000
[source]
▶
>>45802848
#
Thank you, Captain Obvious.
5.
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.
↑