diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5574533a..4fc161e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/README.md b/README.md index 58ea6072..56f493c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- homestar Logo + Homestar logo

homestar

diff --git a/assets/a_logo.png b/assets/a_logo.png deleted file mode 100644 index 3bb0c699..00000000 Binary files a/assets/a_logo.png and /dev/null differ diff --git a/assets/mascot_full.png b/assets/mascot_full.png new file mode 100644 index 00000000..ce3da78e Binary files /dev/null and b/assets/mascot_full.png differ diff --git a/assets/mascot_full_transparent.png b/assets/mascot_full_transparent.png new file mode 100644 index 00000000..e1a2195d Binary files /dev/null and b/assets/mascot_full_transparent.png differ diff --git a/assets/mascot_small.png b/assets/mascot_small.png new file mode 100644 index 00000000..3ba3f80e Binary files /dev/null and b/assets/mascot_small.png differ diff --git a/assets/mascot_small_transparent.png b/assets/mascot_small_transparent.png new file mode 100644 index 00000000..b0968a21 Binary files /dev/null and b/assets/mascot_small_transparent.png differ diff --git a/homestar-functions/README.md b/homestar-functions/README.md index 96fe8c85..1cfebd73 100644 --- a/homestar-functions/README.md +++ b/homestar-functions/README.md @@ -1,9 +1,9 @@
- homestar Logo + Homestar logo -

homestar-functions

+

Homestar Functions

@@ -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].