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 Nov 12, 2023
1 parent f1bfaea commit 0092653
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 4 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.
5 changes: 3 additions & 2 deletions homestar-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<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>
<h1 align="center">Homestar Functions</h1>

<p>
<a href="https://github.com/ipvm-wg/homestar/blob/main/LICENSE">
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 0092653

Please sign in to comment.