https://github.com/lmt-swallow/puppy-browser/ Skip to content Sign up * Why GitHub? Features - + Mobile - + Actions - + Codespaces - + Packages - + Security - + Code review - + Issues - + Integrations - + GitHub Sponsors - + Customer stories- * Team * Enterprise * Explore + Explore GitHub - Learn and contribute + Topics - + Collections - + Trending - + Learning Lab - + Open source guides - Connect with others + The ReadME Project - + Events - + Community forum - + GitHub Education - + GitHub Stars program - * Marketplace * Pricing Plans - + Compare plans - + Contact Sales - + Education - [ ] [search-key] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} lmt-swallow / puppy-browser * Notifications * Star 103 * Fork 3 An example implementation of a tiny Web browser for educational purposes. MIT License 103 stars 3 forks Star Notifications * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Wiki * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Wiki * Security * Insights main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 1 branch 1 tag Code Clone HTTPS GitHub CLI [https://github.com/l] Use Git or checkout with SVN using the web URL. [gh repo clone lmt-sw] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching Xcode If nothing happens, download Xcode and try again. Go back Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @lmt-swallow lmt-swallow [?][?] fix slightly ... b2d37ec Jul 10, 2021 [?][?] fix slightly b2d37ec Git stats * 21 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github init Apr 29, 2021 .vscode Add a feature to render p tags (#2) Apr 30, 2021 docs include inline docs Jul 10, 2021 examples [?][?] fix slightly Jul 10, 2021 scripts Add v8 engine to run JavaScript in puppy-browser (#7) May 2, 2021 src [?][?] fix slightly Jul 10, 2021 .gitignore Improve miscellaneous (#6) Apr 30, 2021 Cargo.lock Refactor some (#10) Jul 10, 2021 Cargo.toml Refactor some (#10) Jul 10, 2021 LICENSE Create LICENSE May 4, 2021 README.md improve docs Jul 10, 2021 View code puppy How to run puppy locally How to install puppy How to run tests locally How to speed up build process README.md puppy Run tests Run lint puppy is an example implementation of a tiny Web browser for educational purposes. puppy-browser How to run puppy locally You can run puppy program with the following command(s): cargo run -- help How to install puppy You can install puppy by the following command(s): cargo install --locked --path . --force After you have successfully installed puppy, you can see help as follows: puppy help You can install shell completions as follows: # in bash eval "$(puppy completion bash)" # in fish puppy completion fish | source How to run tests locally You can run tests with the following command(s): cargo test How to speed up build process You can cache files related to V8 as follows: $ export RUSTY_V8_MIRROR=$HOME/.cache/rusty_v8 (...omitted...) $ ./scripts/prepare-v8.sh (...omitted...) $ cargo build (...omitted...) About An example implementation of a tiny Web browser for educational purposes. Topics rust education browser web Resources Readme License MIT License Releases 1 tags Packages 0 No packages published Languages * Rust 99.5% * Shell 0.5% * (c) 2021 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.