generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 14
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
1 parent
fa4ae8e
commit 7c3f5b5
Showing
5 changed files
with
198 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import React from "react"; | ||
|
||
export default function Introduction() { | ||
return ( | ||
<div className="my-28"> | ||
<h2 className="text-6xl sm:text-7xl whitespace-nowrap md:text-[108px] font-bold font-sans ml-4 mb-12 sm:ml-0 text-black dark:text-white"> | ||
Introduction | ||
</h2> | ||
<div className="flex flex-col mx-2 rounded-md relative text-xl md:text-2xl font-sans"> | ||
WASIX is the long term stabilization and support of the existing WASI | ||
ABI plus additional non-invasive syscall extensions that complete the | ||
missing gaps sufficiently enough to enable real, practical and useful | ||
applications to be compiled and used now. It aims to speed up the | ||
ecosystem around the WASI so that the Wasm’ification of code bases | ||
around the world can really start today! | ||
</div> | ||
</div> | ||
); | ||
} |
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