Skip to content

Commit 524064a

Browse files
authored
Merge pull request #156 from wasmerio/ai/docs-context-update
feat: AI consistency update
2 parents bb8e4db + 61f7953 commit 524064a

File tree

7 files changed

+77
-85
lines changed

7 files changed

+77
-85
lines changed

pages/edge/_meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"guides": "Guides",
44
"cli": "CLI",
55
"learn": "Learn",
6-
"integrations": "Integrations",
76
"configuration": "App Configuration",
87
"observability": "Observability",
98
"architecture": "Architecture",

pages/edge/architecture.mdx

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,20 @@ and long term low cost operations:
107107

108108
## Wasmer Edge Regions
109109

110-
The closed beta will launch in a set of limited production regions for invited
111-
participants only, these locations are:
110+
Wasmer Edge is generally available in the following regions:
112111

113-
- US West Coast
114-
- US East Coast
115-
- Europe Central
116-
- Asia
117-
- Australia
118-
- South America
112+
- `us-hillsboro` – US, Oregon
113+
- `us-ashburn` – US, Virginia
114+
- `us-losa1` – US, California
115+
- `de-falkenstein` – Europe, Germany
116+
- `be-mons1` – Europe, Belgium
117+
- `gb-lond1` – Europe, United Kingdom
118+
- `fr-pari1` – Europe, France
119+
- `sg-sing1` – Asia, Singapore
119120

120-
Once the product transitions out of this beta phase then other hosting locations
121-
will be unlocked and made available to customers. Ultimately though users of Wasmer
122-
Edge that deploy stateless packages are abstracted from this and do not see it.
121+
As we monitor traffic patterns and demand, we may add or adjust regions over time.
122+
Ultimately, Wasmer Edge abstracts regions away for most stateless applications;
123+
the platform will route requests to the closest healthy region automatically.
123124

124125
import CoreRegions from "@assets/deploy/architecture/core-regions.png";
125126

@@ -189,9 +190,13 @@ Watch this space for further announcements on WASIX and other supporting ABI's a
189190

190191
## Wasmer Storage
191192

192-
Persistent Storage will be released after the **Beta**, this will allow for databases,
193-
file systems and object storage to be compiled against WASM and run natively inside the
194-
Wasmer Edge platform. More details on this will be released later.
193+
Wasmer Edge provides persistent storage through **volumes**. Volumes are currently
194+
regional, meaning data is stored and accessed within a single Edge region. They are
195+
exposed as mounted directories inside your apps and can also be accessed remotely
196+
via an S3-compatible API and a built-in web UI.
197+
198+
For details on capabilities, limitations, and usage (including backup and
199+
restoration policies), see the dedicated [Volumes documentation](/edge/learn/volumes).
195200

196201
## Wasmer Distributed Networking (DNET)
197202

@@ -200,9 +205,9 @@ Every Edge Computing platform requires a network backbone as the foundation of
200205
the workloads it hosts, without one the use cases it can host are quite limited.
201206
Wasmer Edge uses a virtual networking overlay exposed directly to the WASIX sandbox.
202207

203-
In the first beta release of Wasmer Edge you will see aspects of this distributed
204-
mesh network that allow for sockets and networking from workloads however its full
205-
potential will only become visible later as we unlock more core networking functionality.
208+
In early versions of Wasmer Edge you already see aspects of this distributed
209+
mesh network that allow for sockets and networking from workloads. Over time,
210+
we will continue to unlock more core networking functionality.
206211

207212
Traffic is sent from browsers over websockets to enter the Wasmer Distributed
208213
Network while UDP encapsulated (and encrypted) packets are used to ship enternet

pages/edge/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ wasmer app create
208208
❯ Choose an existing package
209209
```
210210

211-
{/* [TODO]: Add link to templates list */}
211+
212212

213213
Templates allow users to kickstart their custom application from one of the
214214
available boilerplates like a static website, a PHP application, a JavaScript

pages/edge/guides/laravel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Getting an application running on Wasmer Edge is essentially working out how to
99
Once packaged, it can be deployed to the [Wasmer Edge](https://wasmer.io/products/edge) platform.
1010

1111
In this guide we'll learn how to deploy a Laravel application on Wasmer Edge.
12-
You can also set up a new app easily with the [Laravel template for Wasmer Edge](https://staging.wasmer.io/templates/laravel-starter).
12+
You can also set up a new app easily with one of the [Laravel templates on Wasmer](https://wasmer.io/templates).
1313

1414
### Prerequisites
1515

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
11
For data store, why not start with a relational database classic: MySQL.
22

33
You can set up a MySQL-compatible serverless database:
4-
* PlanetScale (Vitess)
54
* TiDB Cloud - https://tidbcloud.com/
65

7-
8-
## Laravel with MySQL-compatible PlanetScale
9-
10-
For a basic PlanetScale and Wasmer Edge connection, follow [our guide here](/edge/integrations/planetscale).
11-
12-
Once you're setup with PlanetScale, connect your Laravel application in Wasmer Edge through the following steps below:
13-
14-
1. Get Laravel connection information from PlanetScale instance
15-
2. Connect from Laravel application in Wasmer Edge.
16-
17-
Once initialized, your database dashboard should have metrics and options like so:
18-
19-
1. Click on the Connect button at the top right, this should provide a box of information for connecting with your PlanetScale database.
20-
2. First though, make sure to add a password, by clicking on the “New Password” button at the upper right corner. This should show you a new password afterwards.
21-
3. Next, select “Laravel” in the list labeled “Connect with”
22-
23-
Take note of the connection string provided and let’s move on!
24-
25-
266
## Laravel with MySQL-compatible TiDB
277

288
You can also use TiDB in Wasmer Edge. TiDB is mostly MySQL-compatible (although it has some minor incompatiblities).

pages/edge/support.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Wasmer Edge support channels
22

3+
If you need help with Wasmer Edge, you can reach us in the following ways:
4+
5+
## Email support
6+
7+
For direct support, including account, billing, or technical issues that aren't suitable for public discussion, contact us at **[email protected]**.
8+
39
## Issues
410

511
If you have concrete, actionable issues, please create a new issue in the [wasmer-edge-support repository](https://github.com/wasmerio/wasmer-edge-support).

0 commit comments

Comments
 (0)