Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: doc interpreter #607

Merged
merged 51 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
824c1a0
chore: doc interpreter
zeeshanlakhani Mar 6, 2024
a9263bd
Update homestar-wasm/README.md
Mar 7, 2024
c7c1e43
Update homestar-wasm/README.md
Mar 7, 2024
6aafb6a
Update homestar-wasm/README.md
Mar 7, 2024
0be0b24
Update homestar-wasm/README.md
Mar 7, 2024
c23a0d2
Update homestar-wasm/README.md
Mar 7, 2024
7897dd3
Update homestar-wasm/README.md
Mar 7, 2024
f6c5eab
Update homestar-wasm/README.md
Mar 7, 2024
04a5790
Update homestar-wasm/README.md
Mar 7, 2024
9555898
Update homestar-wasm/README.md
Mar 7, 2024
cd245fd
Update homestar-wasm/README.md
Mar 7, 2024
95fb545
Update homestar-wasm/README.md
Mar 7, 2024
46a1d39
chore: ..
zeeshanlakhani Mar 7, 2024
ed1449f
chore: ..
zeeshanlakhani Mar 7, 2024
a7913b6
chore: ..
zeeshanlakhani Mar 7, 2024
df39c7f
Update homestar-wasm/README.md
Mar 8, 2024
2375e02
Update homestar-wasm/README.md
Mar 8, 2024
7a99c6b
Update homestar-wasm/README.md
Mar 8, 2024
512b41a
Update homestar-wasm/README.md
Mar 8, 2024
278d9a6
Update homestar-wasm/README.md
Mar 8, 2024
0a1eaf6
Update homestar-wasm/README.md
Mar 8, 2024
01936ee
Update homestar-wasm/README.md
Mar 8, 2024
08664c7
Update homestar-wasm/README.md
Mar 8, 2024
464685e
Update homestar-wasm/README.md
Mar 8, 2024
693b599
Update homestar-wasm/README.md
Mar 8, 2024
2ebad6f
Update homestar-wasm/README.md
Mar 8, 2024
40081ce
Update homestar-wasm/README.md
Mar 8, 2024
6810989
Update homestar-wasm/README.md
Mar 8, 2024
6b26667
Update homestar-wasm/README.md
Mar 8, 2024
d4ee77d
Update homestar-wasm/README.md
Mar 8, 2024
bb37a9a
Update homestar-wasm/README.md
Mar 8, 2024
5471ce7
Update homestar-wasm/README.md
Mar 8, 2024
cca53d2
Update homestar-wasm/README.md
Mar 8, 2024
2d0701f
Update homestar-wasm/README.md
Mar 8, 2024
815c00d
Update homestar-wasm/README.md
Mar 8, 2024
c733949
Update homestar-wasm/README.md
Mar 8, 2024
c6ca76e
Update homestar-wasm/README.md
Mar 8, 2024
f716019
Update homestar-wasm/README.md
Mar 8, 2024
3740d57
Update homestar-wasm/README.md
Mar 8, 2024
de77ad1
Update homestar-wasm/README.md
Mar 8, 2024
5a50a96
Update homestar-wasm/README.md
Mar 8, 2024
e82a7d2
Update homestar-wasm/README.md
Mar 8, 2024
2bd0556
Update homestar-wasm/README.md
Mar 8, 2024
1424bb9
Update homestar-wasm/README.md
Mar 8, 2024
ef9677e
Update homestar-wasm/README.md
Mar 8, 2024
e802141
Update homestar-wasm/README.md
Mar 8, 2024
5c24abd
Update homestar-wasm/README.md
Mar 8, 2024
b45ea0d
Update homestar-wasm/README.md
Mar 8, 2024
822cfef
Update homestar-wasm/README.md
Mar 8, 2024
f74f5e2
Update homestar-wasm/README.md
Mar 8, 2024
44287b8
Update homestar-wasm/README.md
Mar 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,12 @@ represents the `Homestar` runtime. We recommend diving into each package's own
- [homestar-wasm](./homestar-wasm)

This *wasm* library manages the [wasmtime][wasmtime] runtime, provides the
[Ipld][ipld] to/from [Wit][wit] interpreter/translation-layer, and implements
[IPLD][ipld] to/from [WIT][wit] interpreter/translation-layer, and implements
the input interface for working with Ipvm's standard Wasm tasks.

You can find the spec for translating between IPLD and WIT runtime values
based on WIT types [here](./homestar-wasm/README.md##interpreting-between-ipld-and-wit).

- [homestar-workflow](./homestar-workflow)

The *workflow* library implements workflow-centric [Ipvm features][ipvm-spec]
Expand Down
1 change: 1 addition & 0 deletions homestar-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ wit-component = "0.200"

[dev-dependencies]
criterion = "0.5"
serde_json = { workspace = true }
tokio = { workspace = true }

[features]
Expand Down
Loading
Loading