Skip to content

Commit

Permalink
Copy docs/tcc to quickjs
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 12, 2024
1 parent 177a6d9 commit 27c103d
Show file tree
Hide file tree
Showing 26 changed files with 1,575,448 additions and 0 deletions.
Binary file added docs/quickjs/Image
Binary file not shown.
1,232 changes: 1,232 additions & 0 deletions docs/quickjs/System.map

Large diffs are not rendered by default.

49,802 changes: 49,802 additions & 0 deletions docs/quickjs/hello.S

Large diffs are not rendered by default.

Binary file added docs/quickjs/images/bg-scrollbar-thumb-y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/quickjs/images/bg-scrollbar-track-y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/quickjs/images/bg-scrollbar-trackend-y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/quickjs/images/upload-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/quickjs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>JSLinux</title>
<link href="style.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div id="term_wrap">
<div id="term_container">
</div>
<div id="term_bar">
<label>
<img title="Upload files" src="images/upload-icon.png"><input type="file" id="files" multiple onchange="on_update_files(this.files)">
</label>
<progress id="net_progress">
</progress>
</div>
</div>
<script type="text/javascript" src="term.js"></script>
<script type="text/javascript" src="jslinux.js"></script>
<div id="copyright"><a href="https://github.com/lupyuen/nuttx-tinyemu">Apache NuttX RTOS on TinyEMU: How it works</a></div>
<div id="copyright">&copy; 2011-2021 Fabrice Bellard</div>
Loading

0 comments on commit 27c103d

Please sign in to comment.