-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (86 loc) · 6.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.55.6" />
<meta charset="utf-8" />
<meta name="copyright" content="Copyright (c)2019 Black Sphere Studios" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="keywords" content="inNative, native, wasm, webassembly, native webassembly, non-web embedding, embedding, compiler, runtime, sdk, innative sdk, innative runtime">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<link rel="canonical" href="https://innative.dev/"/>
<link rel="apple-touch-icon" href="https://innative.dev/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="https://innative.dev/favicon.ico" />
<link rel="stylesheet" href="/css/innative.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="alternate" type="application/rss+xml" title="inNative WebAssembly Runtime - RSS" href="https://innative.dev/index.xml" />
<title>inNative WebAssembly Runtime</title>
<meta property='og:title' content="inNative WebAssembly Runtime">
<meta name="twitter:title" content="inNative WebAssembly Runtime" />
<meta itemprop="name" content="inNative WebAssembly Runtime" />
<meta name="description" content="Compile WebAssembly to native binaries, or embed inNative and provide your own WebAssembly execution environment." />
<meta property="og:description" content="Compile WebAssembly to native binaries, or embed inNative and provide your own WebAssembly execution environment." />
<meta name="twitter:description" content="Compile WebAssembly to native binaries, or embed inNative and provide your own WebAssembly execution environment." />
<meta itemprop="description" content="Compile WebAssembly to native binaries, or embed inNative and provide your own WebAssembly execution environment." />
<meta property="og:site_name" content="inNative WebAssembly Runtime" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://innative.dev/" />
<meta property="og:keywords" content="inNative, native, wasm, webassembly, native webassembly, non-web embedding, embedding, compiler, runtime, sdk, innative sdk, innative runtime" />
<meta property="og:image" content="https://innative.dev/innative-logo.png" />
<meta property="og:locale" content="en-US" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@innative-sdk" />
<meta name="twitter:creator" content="@innative-sdk" />
<meta name="twitter:image" content="https://innative.dev/innative-logo.png" />
<meta name="twitter:dnt" content="on">
</head>
<body>
<nav>
<ul>
<li><a href="/" title="Home"><i class="fa fa-home fa-fw fa-lg"></i> <p>Home</p></a></li><li><a href="https://github.com/innative-sdk/innative/wiki" title="Documentation"><i class="fa fa-book fa-fw fa-lg"></i> <p>Documentation</p></a></li><li><a href="https://github.com/innative-sdk/innative/releases" title="Download"><i class="fa fa-download fa-fw fa-lg"></i> <p>Download</p></a></li><li><a href="https://github.com/innative-sdk/innative" title="Github"><i class="fa fa-github fa-fw fa-lg"></i> <p>Github</p></a></li>
</ul>
</nav>
<header>
<div id="logo"><img src="/img/innative.png" alt="inNative"/></div>
<section>
<div><a href="https://github.com/innative-sdk/innative/releases/download/v0.1.10/innative-posix-sdk-x64.tar.gz" title="Linux SDK"><i class="fa fa-arrow-down fa-fw fa-lg"></i><b>Linux</b>SDK<p>v0.1.10</p></a></div>
<div><a href="https://github.com/innative-sdk/innative/releases/download/v0.1.10/innative-windows-sdk-x64.msi" title="Windows Installer"><i class="fa fa-arrow-down fa-fw fa-lg"></i><b>Windows</b>Installer<p>v0.1.10</p></a></div>
<div><a href="https://github.com/innative-sdk/innative/releases/download/v0.1.10/innative-windows-sdk-x64.zip" title="Windows SDK"><i class="fa fa-arrow-down fa-fw fa-lg"></i><b>Windows</b>SDK<p>v0.1.10</p></a></div>
</section>
</header>
<div id="content">
<main>
<section id="intro">
<h1>inNative WebAssembly Runtime</h1>
<hr/>
<article>
<p>inNative is an AOT (ahead-of-time) compiler for WebAssembly that creates <strong>C compatible binaries</strong>, either as <strong>sandboxed plugins</strong> you can dynamically load, or as <strong>stand-alone executables</strong> that interface <em>directly with the operating system</em>. This allows webassembly modules to participate in C linking and the build process, either statically, dynamically, or with access to the host operating system. The runtime can be installed standalone on a user’s machine, or it can be embedded inside your program. It’s highly customizable, letting you choose the features, isolation level, and optimization amount you need for your use-case.</p>
<p><p>Join a team of webassembly enthusiasts working hard to make inNative a more viable target for compilers, and building better integration options for non-web embeddings in general. We maintain an <a href="https://discord.gg/teQ9Uz5">active discord server</a>, and post articles from community members <a href="/news/">on our website</a>. If you find a bug, or your program can’t compile on inNative until we implement a specific feature, <a href="https://github.com/innative-sdk/innative/issues/new">file an issue</a> on GitHub so we can track the needs of developers.</p>
<h3 id="documentation">Documentation</h3>
<p>The primary source of documentation for inNative is the <a href="https://github.com/innative-sdk/innative/wiki">GitHub Wiki</a>, which lists all the externally accessible functions and how to use them. This wiki should be kept up to date, but always double-check the source code comments if something seems amiss. Feel free to <a href="https://github.com/innative-sdk/innative/issues/new">file an issue</a> if there is misleading or missing documentation.</p>
</article>
</section>
</main>
<aside>
<section id="news">
<h3><a href="/news/">Latest News</a></h2>
<ul>
<li><a href="/news/introducing-innative/">Introducing inNative</a></li>
</ul>
</section>
<section id="social">
<h3>Community</h3>
<ul>
<li><a href="https://github.com/innative-sdk/innative" title="Github"><i class="fa fa-github fa-fw fa-lg"></i> Github</a></li>
<li><a href="https://twitter.com/innative_sdk" title="Twitter"><i class="fa fa-twitter fa-fw fa-lg"></i> Twitter</a></li>
<li><a href="https://discord.gg/teQ9Uz5" title="Discord"><i class="fa fa-comments fa-fw fa-lg"></i> Discord</a></li>
</ul>
</section>
<iframe src="https://discordapp.com/widget?id=575089630647681046&theme=dark" width="250" height="400" allowtransparency="true" frameborder="0" style="box-shadow: 0px 0px 3px #000;border-radius:3px;"></iframe>
</aside>
</div>
<footer><p><span>Copyright ©2019 Black Sphere Studios | </span> <a href="https://innative.dev/sitemap.xml">Sitemap</a> | <a href="https://innative.dev/index.xml">RSS Feed</a></p></footer>
<script> </script>
</body>
</html>