Skip to content

Commit 2eafd4c

Browse files
committed
docs
1 parent 0593090 commit 2eafd4c

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

docs/index.html

+13-10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ <h1><a href="/">llama-cpp-wasm</a></h1>
3434
<img src="img/run-llama-cpp-in-browser-twitter-fs8.png" alt="llama-cpp-wasm" />
3535
</section>
3636

37+
<hr />
38+
39+
<section>
40+
<h2> In-Browser Demos </h2>
41+
42+
<ul>
43+
<li><a href="/example-single-thread.html"> <b> single-threaded </b> wasm32 </a> (Recommended browsers: &#128549; <b>Chrome</b>, &#128549; <b>Safari</b>, &#129395; <b>Firefox</b>) </li>
44+
<li><a href="/example-multi-thread.html"> <b> multi-threading </b> wasm32 </a> (Recommended browser: &#129395; <b>Firefox</b>)</li>
45+
</ul>
46+
</section>
47+
48+
<hr />
49+
3750
<section>
3851
<h2> Ecosystem </h2>
3952

@@ -73,16 +86,6 @@ <h2> Ecosystem </h2>
7386
</div>
7487
</article>
7588
</section>
76-
77-
<hr />
78-
79-
<section>
80-
<h2> In-Browser Demos </h2>
81-
82-
<ul>
83-
<li><a href="/example-single-thread.html"> <b> single-threaded </b> wasm32 </a> (Recommended browsers: &#128549; <b>Chrome</b>, &#128549; <b>Safari</b>, &#129395; <b>Firefox</b>) </li>
84-
<li><a href="/example-multi-thread.html"> <b> multi-threading </b> wasm32 </a> (Recommended browser: &#129395; <b>Firefox</b>)</li>
85-
</ul>
8689
</main>
8790
</body>
8891
</html>

0 commit comments

Comments
 (0)