Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Enable Craft to build + execute from arbitary filesystem paths. #199

@sappenin

Description

@sappenin

Currently, Craft assumes the existence of a projects folder, and only looks for contracts to build & execute inside there. This is limiting, and should be adjusted to enable the following:

  1. Craft should be able to build any WASM program (via shell commands executed in CI, or inside of the CLI itself) by specifying a file-based path.
  2. Craft should be able to execute any WASM program (via shell commands executed in CI, or inside of the CLI itself) by specifying a file-based path.
  3. Remove the notion of the projects folder from Craft.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions