-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Handle more expressive types++
- fixes #24 - Ipld <=> Wit/Wasmtime Value Types - Wasmtime shim for instantiation, execution, parsing component wasm mods - Allows for Wats if given Wasm-component Wats - Store in database via to/from sql functions and necessary types - More robust receipt implementation across pubsub/wire - Moves project to workspace - Adds ipvm-guest-wasm package for testing/compiling out wasms w/ Wit IDLs - Fixtures for testing variations - Cleanup
- Loading branch information
1 parent
d544010
commit 642ddec
Showing
62 changed files
with
7,169 additions
and
859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
use_flake | ||
|
||
export RUST_LOG=debug,sqlx=warn,atuin_client=warn | ||
export RUST_LOG=ipvm=info,sqlx=warn,atuin_client=warn | ||
export RUST_BACKTRACE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
".": "0.1.0" | ||
"ipvm": "0.1.0", | ||
"ipvm-guest-wasm": "0.1.0" | ||
} |
Oops, something went wrong.