Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Dec 27, 2021
1 parent 43ecb9c commit da3d8b0
Show file tree
Hide file tree
Showing 24 changed files with 2,521 additions and 2,487 deletions.
198 changes: 99 additions & 99 deletions docs/actions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/app-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const cacheName = "app-" + "ea8cf3952e897cf98e543c92f55f87ffee51ad82";
const cacheName = "app-" + "e88ef6d77d3a66af2299e567dcbe5b91911cb2e3";

self.addEventListener("install", event => {
console.log("installing app worker ea8cf3952e897cf98e543c92f55f87ffee51ad82");
console.log("installing app worker e88ef6d77d3a66af2299e567dcbe5b91911cb2e3");

event.waitUntil(
caches.open(cacheName).
Expand Down Expand Up @@ -44,7 +44,7 @@ self.addEventListener("activate", event => {
);
})
);
console.log("app worker ea8cf3952e897cf98e543c92f55f87ffee51ad82 is activated");
console.log("app worker e88ef6d77d3a66af2299e567dcbe5b91911cb2e3 is activated");
});

self.addEventListener("fetch", event => {
Expand Down
2 changes: 1 addition & 1 deletion docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ("serviceWorker" in navigator) {
// -----------------------------------------------------------------------------
// Env
// -----------------------------------------------------------------------------
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"ea8cf3952e897cf98e543c92f55f87ffee51ad82"};
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"e88ef6d77d3a66af2299e567dcbe5b91911cb2e3"};

function goappGetenv(k) {
return goappEnv[k];
Expand Down
204 changes: 102 additions & 102 deletions docs/architecture.html

Large diffs are not rendered by default.

200 changes: 100 additions & 100 deletions docs/components.html

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions docs/concurrency.html

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions docs/getting-started.html

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions docs/github-deploy.html

Large diffs are not rendered by default.

254 changes: 127 additions & 127 deletions docs/index.html

Large diffs are not rendered by default.

214 changes: 107 additions & 107 deletions docs/install.html

Large diffs are not rendered by default.

210 changes: 105 additions & 105 deletions docs/js.html

Large diffs are not rendered by default.

202 changes: 101 additions & 101 deletions docs/lifecycle.html

Large diffs are not rendered by default.

204 changes: 102 additions & 102 deletions docs/migrate.html

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

735 changes: 376 additions & 359 deletions docs/reference.html

Large diffs are not rendered by default.

196 changes: 98 additions & 98 deletions docs/routing.html

Large diffs are not rendered by default.

218 changes: 109 additions & 109 deletions docs/seo.html

Large diffs are not rendered by default.

214 changes: 107 additions & 107 deletions docs/states.html

Large diffs are not rendered by default.

200 changes: 100 additions & 100 deletions docs/static-resources.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions docs/testing.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/wasm_exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,9 @@

// The linker guarantees global data starts from at least wasmMinDataAddr.
// Keep in sync with cmd/link/internal/ld/data.go:wasmMinDataAddr.
const wasmMinDataAddr = 4096 + 4096;
const wasmMinDataAddr = 4096 + 8192;
if (offset >= wasmMinDataAddr) {
throw new Error("command line too long");
throw new Error("total length of command line and environment variables exceeds limit");
}

this._inst.exports.run(argc, argv);
Expand Down
Binary file modified docs/web/app.wasm
Binary file not shown.
559 changes: 288 additions & 271 deletions docs/web/documents/reference.html

Large diffs are not rendered by default.

0 comments on commit da3d8b0

Please sign in to comment.