Add EdgeJS templates: SSR frameworks + self-hosted apps (wasmer.toml + app.yaml)#3
Open
Arshia001 wants to merge 10 commits into
Open
Add EdgeJS templates: SSR frameworks + self-hosted apps (wasmer.toml + app.yaml)#3Arshia001 wants to merge 10 commits into
Arshia001 wants to merge 10 commits into
Conversation
Arshia001
force-pushed
the
edgejs-templates
branch
2 times, most recently
from
July 17, 2026 08:26
b09b3cf to
9061c1a
Compare
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Targets wasmer/edgejs-quickjs 0.0.8+. Built with Node.js; only the final artifact runs on EdgeJS. Self-hosted apps fetch pinned upstream sources via setup.mjs (nothing vendored). Verified locally end-to-end with wasmer run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Arshia001
force-pushed
the
edgejs-templates
branch
from
July 20, 2026 11:16
2699ae4 to
a21e1f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nine examples that run server-side JavaScript on Wasmer Edge via EdgeJS (
wasmer/edgejs-quickjs), mirroring the EdgeJS framework-test suite. Each ships an explicitwasmer.toml+app.yaml, is built with Node.js with only the final artifact running on EdgeJS, and was verified locally end-to-end withwasmer run.Frameworks (hello-world scaffolds, committed directly)
js-next-ssr— Next.js 16 SSR, standalone output (replaces the previous manifest-less example)js-astro-ssr— Astro SSR, Node standalone adapter (replaces the previous manifest-less example)js-vite-standalone— Vite site + small bundled Node serverSelf-hosted apps (nothing vendored:
setup.mjsfetches the pinned upstream source/release tarball into a gitignoredapp/dir, applies the few small EdgeJS patches frompatches/where needed, and copies inoverlay/files; READMEs document required databases)js-dashy— no DB; esbuild-bundled Express serverjs-totaljs-cms— filesystem DBjs-etherpad— DirtyDB default, external DB recommended; AOT build (TS transpile + frontend pre-bundle)js-hedgedoc— PostgreSQL required; uses the official release tarball (prebuilt frontend)js-rssmonster— MySQL required; Vue client built from source; patch-freejs-umami— PostgreSQL required (also at build time); Next.js standalone + Prisma; patch-freeTo be merged once the next EdgeJS + Wasmer releases are out.
🤖 Generated with Claude Code