File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff 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/" ,
Original file line number Diff line number Diff line change 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+ :::
You can’t perform that action at this time.
0 commit comments