-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathquickjs-header.html
16 lines (16 loc) · 943 Bytes
/
quickjs-header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- Begin scripts/articles/*-header.html: Article Header for Custom Markdown files processed by rustdoc, like chip8.md -->
<meta property="og:title"
content="QuickJS JavaScript Engine on a Real-Time Operating System (Apache NuttX RTOS)"
data-rh="true">
<meta property="og:description"
content="Can we run QuickJS JavaScript Engine on Apache NuttX RTOS? And Blink the LED on Ox64 BL808 RISC-V SBC... In 4 lines of JavaScript? Let’s do it!"
data-rh="true">
<meta name="description"
content="Can we run QuickJS JavaScript Engine on Apache NuttX RTOS? And Blink the LED on Ox64 BL808 RISC-V SBC... In 4 lines of JavaScript? Let’s do it!">
<meta property="og:image"
content="https://lupyuen.github.io/images/quickjs-title.png">
<meta property="og:type"
content="article" data-rh="true">
<link rel="canonical"
href="https://lupyuen.org/articles/quickjs.html" />
<!-- End scripts/articles/*-header.html -->