Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 627 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 627 Bytes

Embeddable Deno

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.

Syncing upstream version

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