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

allow template crates to have a lib target #277

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

poszu
Copy link
Collaborator

@poszu poszu commented Dec 24, 2024

Currently, the guest program crates, which are built with cargo athena build cannot have a lib target, or the building process panics. However, it is often useful to have a lib to be able to share common code with others (e.g. integration tests, publicly exporting contract types like its method arguments).

Additionally, replaced all unwraps in copy_elf_to_output_dir with returning an error.

@poszu poszu requested a review from jellonek December 24, 2024 10:34
@poszu poszu added this pull request to the merge queue Jan 3, 2025
Merged via the queue into main with commit b39e727 Jan 3, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant