Skip to content

Commit c3b1004

Browse files
authored
Add a link to Wasefire in Wasmtime's documentation (#11788)
I confirmed [here] it was ok to do so but the minimal-embedding documentation seems as reasonable a place as any to document this and showcase one of the smaller embeddings we know of for Wasmtime. [here]: google/wasefire#458 (comment)
1 parent 5199b1c commit c3b1004

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/examples-minimal.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Wasmtime embeddings may wish to optimize for binary size and runtime footprint
44
to fit on a small system. This documentation is intended to guide some features
55
of Wasmtime and how to best produce a minimal build of Wasmtime.
66

7+
An example embedding of Wasmtime optimized for size is [Wasefire] which [runs
8+
with 256k RAM and ~300k
9+
flash](https://github.com/google/wasefire/issues/458#issuecomment-3275110991).
10+
In this embedding [Pulley](./examples-pulley.md) was used for an execution
11+
engine as well.
12+
13+
[Wasefire]: https://github.com/google/wasefire
14+
715
## Building a minimal CLI
816

917
> *Note*: the exact numbers in this section were last updated on 2024-12-12 on a

0 commit comments

Comments
 (0)