Skip to content

Commit

Permalink
chore: mascot (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Lakhani authored and hugomrdias committed Nov 14, 2023
1 parent 4dcfcbe commit e55487a
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repos:
- id: check-yaml
- id: check-json
- id: check-added-large-files
args: ['--maxkb=2000']
args: ['--maxkb=4000']
- id: detect-private-key
exclude: __testkey
- id: check-executables-have-shebangs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://github.com/ipvm-wg/homestar" target="_blank">
<img src="https://raw.githubusercontent.com/ipvm-wg/homestar/main/assets/a_logo.png" alt="homestar Logo" width="100"></img>
<img src="https://raw.githubusercontent.com/ipvm-wg/homestar/main/assets/mascot_full_transparent.png" alt="Homestar logo" width="200"></img>
</a>

<h1 align="center">Homestar</h1>
Expand Down
Binary file removed assets/a_logo.png
Binary file not shown.
Binary file added assets/mascot_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mascot_full_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mascot_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mascot_small_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion homestar-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://github.com/ipvm-wg/homestar" target="_blank">
<img src="https://raw.githubusercontent.com/ipvm-wg/homestar/main/assets/a_logo.png" alt="homestar Logo" width="100"></img>
<img src="https://raw.githubusercontent.com/ipvm-wg/homestar/main/assets/mascot_full_transparent.png" alt="Homestar logo" width="200"></img>
</a>

<h1 align="center">Homestar Functions</h1>
Expand Down Expand Up @@ -33,6 +33,7 @@ default world homestar {
}
```


We then implement these functions in [lib.rs](./src/lib.rs) using
[wit-bindgen][wit-bindgen], a guest language bindings generator for
[WIT][wit-mvp] and the [Component Model][component-model].
Expand Down

0 comments on commit e55487a

Please sign in to comment.