Skip to content

Relocate wasm artifact within ts packages #206

@spalladino

Description

@spalladino

We currently have to copy or symlink the wasm artifact in bb and circuits from src to dest after every build. This also needs to be manually done by every package that depends on either of those in the Dockerfile CI, which is error prone.

If we moved the wasm artifact to a different folder, we could remove the need for doing this. Keep in mind such a folder needs to be included when npm publishing.

Alternatively, we can set up individual packages that only have the wasm and have no build process, and import from them, but this goes against #96.

Metadata

Metadata

Assignees

Labels

A-devopsArea: Devops. E.g. CI / build systemsT-refactorType: this code needs refactoring

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions