Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d0iasm committed Oct 20, 2024
1 parent 167e69f commit 272e697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Sample Browser Application (SaBA) on a single thread/process. The browser runs on Mac/Linux as a CUI application or on [Wasabi OS](https://github.com/hikalium/wasabi) as a GUI application.

<img src="./test.png" alt="test page on SaBA on Wasabi OS" width="600"/>

The book is published on Nov 9, 2024!

[『[作って学ぶ]ブラウザのしくみ──HTTP、HTML、CSS、JavaScriptの裏側』](https://amzn.asia/d/j1XxxsN) is written in Japanese. The book describes how to make your own browser from scratch in Rust. The code used in the book is based on this repository.
Expand Down Expand Up @@ -56,4 +58,4 @@ For GUI browser on your host computer,

```
$ cargo run --features=gui --bin=saba_gui --no-default-features
```
```

0 comments on commit 272e697

Please sign in to comment.