Skip to content

Commit cb0189f

Browse files
committed
feat: wasm doc
1 parent ba99d95 commit cb0189f

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

astro.config.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ export default defineConfig({
6060
},
6161
],
6262
},
63+
{
64+
label: "WASM",
65+
badge: {
66+
text: "WIP",
67+
variant: "danger"
68+
},
69+
items: [
70+
{
71+
label: "Getting Started",
72+
link: "/wasm/getting-started/",
73+
},
74+
],
75+
},
6376
{
6477
label: "Rust Documentation",
6578
link: "https://docs.rs/minecraft-essentials/",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Getting Started
3+
description: Getting Started with WebAssembly
4+
---
5+
6+
7+
:::danger
8+
Note this is a work in progress and will include breaking changes, we do not recommend using this in production as it is still in development.
9+
:::
10+
11+
12+
## Why did we choose to make a version of Minecraft-Essentials in WebAssembly?
13+
14+
We chose to make a version of Minecraft-Essentials in WebAssembly to support many lanaguages as possible. This allows us to support stuff like R & F#.
15+
16+
# Getting Started
17+
18+
19+
:::caution
20+
We expect you to know WebAssembly and what ever language you are using to be able to use this.
21+
:::

0 commit comments

Comments
 (0)