-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
75 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!doctype html> | ||
<html lang=""> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="generator" content="Laika 1.0.0" /> | ||
<title>Native Backend</title> | ||
|
||
|
||
<meta name="description" content="docs" /> | ||
|
||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400|Source+Sans+Pro:300,400,600" | ||
rel="stylesheet" type="text/css"> | ||
<link href="https://fonts.googleapis.com/css?family=Crimson+Pro:400" rel="stylesheet" type="text/css"> | ||
<link rel="stylesheet" type="text/css" href="css/creative-scala.css" /><link rel="stylesheet" type="text/css" href="xterm.css" /> | ||
<script src="js/toc.js"></script><script src="js/solution.js"></script><script src="main.js"></script><script src="xterm.js"></script> | ||
<script> /* for avoiding page load transitions */</script> | ||
</head> | ||
|
||
<body> | ||
<nav id="topbar"> | ||
<details> | ||
<summary>Terminus</summary> | ||
<ul class="nav-list"> | ||
<li class="level1 nav-leaf"><a href="examples.html">Examples</a></li> | ||
<li class="level1 nav-leaf"><a href="jvm.html">JVM Backend</a></li> | ||
<li class="level1 nav-leaf"><a href="js.html">Javascript Backend</a></li> | ||
<li class="level1 active nav-leaf"><a href="#">Native Backend</a></li> | ||
</ul> | ||
</details> | ||
</nav> | ||
<nav id="sidebar"> | ||
<ul class="nav-list"> | ||
<li class="level1 nav-leaf"><a href="index.html">Terminus</a></li> | ||
<li class="level1 nav-leaf"><a href="examples.html">Examples</a></li> | ||
<li class="level1 nav-leaf"><a href="jvm.html">JVM Backend</a></li> | ||
<li class="level1 nav-leaf"><a href="js.html">Javascript Backend</a></li> | ||
<li class="level1 active nav-leaf"><a href="#">Native Backend</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<div id="content"> | ||
<main class="content"> | ||
<h1 id="native-backend" class="title">Native Backend</h1> | ||
<p>The <a href="https://scala-native.org/">Scala Native</a> backend is built against Scala Native <em>0.5.6</em>. It currently supports macOS and Linux.</p> | ||
<p>With the native backend you can produce executable that are very small (typically a few megabytes) and start in milliseconds.</p> | ||
<div class="flex flex-row justify-between"> | ||
<a class="pageNavigation" href="js.html">←Javascript Backend</a> | ||
</div> | ||
</main> | ||
<footer>Creative Scala is copyright Noel Welsh</footer> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
|
||
</html> |