forked from wasmi-labs/wasmi
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unfork all crates except for
wasmi
(#16)
- Loading branch information
Showing
8 changed files
with
13 additions
and
17 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
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,16 +1,10 @@ | ||
|
||
# Build all projects as if they are being published to crates.io, and do so for | ||
# all feature and target combinations. | ||
publish-dry-run-core: | ||
cargo +stable publish --locked --dry-run --package soroban-wasmi_core | ||
|
||
publish-dry-run-top: | ||
cargo +stable publish --locked --dry-run --package soroban-wasmi | ||
|
||
# Publish publishes the crate to crates.io. The dry-run is a dependency because | ||
# the dry-run target will verify all feature set combinations. | ||
publish-core: publish-dry-run-core | ||
cargo +stable publish --locked --package soroban-wasmi_core | ||
|
||
publish-top: publish-dry-run-top | ||
cargo +stable publish --locked --package soroban-wasmi |
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
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