8000 GitHub - dongxiaofu/toybr: A toy Web browser on single process / thread on Wasabi OS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dongxiaofu/toybr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toybr

A toy Web browser on single process / thread.

how to run

For CUI browser on your host computer,

$ cargo run --features=cui --bin=toybr_cui

For GUI browser on your host computer,

$ cargo run --features=gui --bin=toybr_gui

For Wasabi OS,

To build,

$ cargo build --features=wasabi --bin=toybr --target=x86_64-unknown-none

You may not be able to run via cargo run because the target archtecture is different from your environment. So use a helper script to run the code,

$ ./run_on_wasabi.sh

About

A toy Web browser on single process / thread on Wasabi OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.1%
  • Other 0.9%
0