You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ The [calculator](./wit/calculator.wit) itself is comprised of three wasm compone
6
6
-`calculator` - the main component that implements the calculator interface (written in Rust)
7
7
-`adder` - a component that implements the addition operation (written in Rust)
8
8
-`subtractor` - a component that implements the subtraction operation (written in Javascript)
9
+
- Additionally there is a `multiply` operator that is implemented as a hyperlight host function.
9
10
10
11
The [example](./example/) program loads the composed calculator/wasm component into a hyperlight-sandbox along with a wasm runtime and invokes functions as hyperlight-guest calls.
0 commit comments