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
IPLD <=> WIT interpreter for executing functions within Wasm components.
Flexible Types (not part of IPLD proper)
record(s)
flag(s)
option(s)
result(s)
variant(s)
enum(s)
union(s) (unions have been 🪓'ed!)
tuple(s)
ETA: 2023-10-20
The text was updated successfully, but these errors were encountered:
zeeshanlakhani
changed the title
Finish representation(s): IPLD Schema -> Data Model -> WIT <- Data Model <- IPLD Schema
Bidirectional IPLD from/to WIT interpreter
Mar 21, 2023
Closes#61.
Includes
- skip notification when there are no receivers
- add logging in wasm/guest-fn test to webserver integration test
- update homestar-function(s) to use cargo-component 0.9 and update for breaking changes
- readme updates around cargo-component
- const recursion/grow-only defaults for stacker
- remove most pattern matching guards and move to nested matches in interpreter
- newly generated test wasms (= cid updates)
Closes#61.
Includes
- skip notification when there are no receivers
- add logging in wasm/guest-fn test to webserver integration test
- update homestar-function(s) to use cargo-component 0.9 and update for breaking changes
- readme updates around cargo-component
- const recursion/grow-only defaults for stacker
- remove most pattern matching guards and move to nested matches in interpreter
- newly generated test wasms (= cid updates)
fix: handle ints as floats in interpreter
Closes#61.
Includes
- skip notification when there are no receivers
- add logging in wasm/guest-fn test to webserver integration test
- update homestar-function(s) to use cargo-component 0.9 and update for breaking changes
- readme updates around cargo-component
- const recursion/grow-only defaults for stacker
- remove most pattern matching guards and move to nested matches in interpreter
- newly generated test wasms (= cid updates)
- move to location/module-path in logs
Summary
IPLD <=> WIT interpreter for executing functions within Wasm components.
Flexible Types (not part of IPLD proper)
ETA: 2023-10-20
The text was updated successfully, but these errors were encountered: