Bump featured article
This commit is contained in:
parent
2edcb7e7fd
commit
e62d875ec6
1 changed files with 3 additions and 4 deletions
|
@ -140,10 +140,9 @@ __ __ _ __ ____ __
|
||||||
"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
|
"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
|
||||||
"| file system, and a Linux syscall emulator. |",
|
"| file system, and a Linux syscall emulator. |",
|
||||||
"| |",
|
"| |",
|
||||||
"| [NEW!] WebVM now supports full TCP and UDP networking via Tailscale! |",
|
"| [NEW!] Your own WebVM with custom images via Dockerfile: |",
|
||||||
"| Click on 'Tailscale Login' to enable it. Read the announcement: |",
|
|
||||||
"| |",
|
"| |",
|
||||||
"| " + underline + "https://leaningtech.com/webvm-virtual-machine-with-networking-via-tailscale" + normal +" |",
|
"| " + underline + "https://leaningtech.com/mini-webvm-your-linux-box-from-dockerfile-via-wasm" + normal +" |",
|
||||||
"| |",
|
"| |",
|
||||||
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
||||||
"",
|
"",
|
||||||
|
@ -318,7 +317,7 @@ __ __ _ __ ____ __
|
||||||
function initialMessage()
|
function initialMessage()
|
||||||
{
|
{
|
||||||
printOnTerm.printMessage(printOnTerm.getAsciiText());
|
printOnTerm.printMessage(printOnTerm.getAsciiText());
|
||||||
term.registerLinkMatcher(/https:\/\/leaningtech.com\/webvm-virtual-machine-with-networking-via-tailscale/, function(mouseEvent, matchedString) {
|
term.registerLinkMatcher(/https:\/\/leaningtech.com\/[a-z-]+/, function(mouseEvent, matchedString) {
|
||||||
window.open(matchedString, "_blank")
|
window.open(matchedString, "_blank")
|
||||||
});
|
});
|
||||||
console.log("Welcome. We appreciate curiosity, but be warned that keeping the DevTools open causes significant performance degradation and crashes.");
|
console.log("Welcome. We appreciate curiosity, but be warned that keeping the DevTools open causes significant performance degradation and crashes.");
|
||||||
|
|
Loading…
Reference in a new issue