Skip to content

Commit

Permalink
Merge branch 'main' into wasix-reqwest-tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud authored Aug 9, 2023
2 parents 61586c3 + e264a7b commit 56ef0a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Home() {
}, []);
return (
<>
<div className="h-[100lvh] w-[100lvw] flex flex-col items-center justify-center">
<div className="h-[100lvh] w-full flex flex-col items-center justify-center">
<WasixLogo className="h-[100%] w-[100%] sm:h-[80%] sm:w-[80%] dark:shadow-xl dark:shadow-white text-black dark:text-white rounded-xl p-12 sm:p-24 md:p-36 md:mb-4" />
<div className="-translate-y-48 sm:-translate-y-36 text-center flex flex-col">
<h2 className="text-3xl md:text-5xl mb-4 justify-center items-center">
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/explanation/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ WASIX has been built with future support of 64-bit compilation in mind; when tha

### 7. What should other runtimes do to support WASIX ?

WASIX is forwards and backwards compatible with the existing WASI ABI thus for a large part the main action is for other runtimes to continue to support the current WASI ABI in the long term. However to enable WASM applications that have been compiled agaisnt WASIX to take advantaged of the extensions they would need to implement the extra syscalls that are published on the standard.
WASIX is forwards and backwards compatible with the existing WASI ABI thus for a large part the main action is for other runtimes to continue to support the current WASI ABI in the long term. However to enable WASM applications that have been compiled against WASIX to take advantaged of the extensions they would need to implement the extra syscalls that are published on the standard.
4 changes: 2 additions & 2 deletions pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Writing programs that use WASIX is very similar to writing normal programs in la

WASIX currently supports the following languages:

- Rust (link to rust specific guide for examples with Rust)
- C (link to C specific guide for examples with C)
- [Rust](/docs/language-guide/rust/installation)
- [C](/docs/language-guide/c/installation)
- Zig
- AssemblyScript (Support coming soon)

Expand Down

0 comments on commit 56ef0a6

Please sign in to comment.