Remove text links except articles. Add curl example
This commit is contained in:
parent
c6696bd2f2
commit
6a9bec3153
1 changed files with 3 additions and 5 deletions
|
@ -185,14 +185,11 @@
|
|||
"| sandboxed client-side execution of x86 binaries on any browser. |",
|
||||
"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
|
||||
"| file system, and a Linux syscall emulator. |",
|
||||
"| For more information, see " + underline + "https://medium.com/p/40a60170b361" + normal + " |",
|
||||
"| |",
|
||||
"| [NEW!] WebVM now supports full TCP and UDP networking via Tailscale, click |",
|
||||
"| on Tailscale Login to enable it. |",
|
||||
"| |",
|
||||
"| Latest WebVM news: " + underline + "https://medium.com/p/40a60170b361" + normal + " |",
|
||||
"| Demo Repository: " + underline + "https://github.com/leaningtech/webvm" + normal + " |",
|
||||
"| Find us on Discord: " + underline + "https://discord.leaningtech.com" + normal + " |",
|
||||
"| Twitter: " + underline + "https://twitter.com/leaningtech" + normal + " |",
|
||||
"| Announcement article: <link> |",
|
||||
"| |",
|
||||
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
||||
"",
|
||||
|
@ -202,6 +199,7 @@
|
|||
" gcc -o helloworld examples/c/helloworld.c && ./helloworld",
|
||||
" objdump -d ./helloworld | less -M",
|
||||
" vim examples/c/helloworld.c",
|
||||
" curl --max-time 15 parrot.live # requires networking",
|
||||
"",
|
||||
];
|
||||
return text;
|
||||
|
|
Loading…
Reference in a new issue