Embeddable Deno is part of the Metatype ecosystem. Consider checking out how this component integrates with the whole ecosystem and browse the documentation to see more examples.
git remote add upstream [email protected]:denoland/deno.git
git checkout PREV_TAG-embeddable
git checkout -b TAG-embeddable
git pull --rebase upstream TAG
# resolve conflict and reset lockfile
git checkout HEAD -- Cargo.lock
git push origin TAG-embeddable