Optimise images part 2

This commit is contained in:
Lea Anthony
2022-08-29 20:19:43 +10:00
parent 96bf669d62
commit cdf4927e58
155 changed files with 184 additions and 184 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ version of the runtime library. Finally, it is possible to bind Go methods to th
Javascript methods that can be called, just as if they were local Javascript methods.
<div className="text--center">
<img src={require("@site/static/img/architecture.png").default} width="75%" />
<img src={require("@site/static/img/architecture.webp").default} width="75%" />
</div>
## The Main Application