dongxiaofu / toybr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Rust 99.1%Language:Shell 0.7%Language:Makefile 0.2%