Skip to content

Configure build to not include local paths into wasm #455

Open
@ilblackdragon

Description

Currently when developers compile wasm file, the local paths are included into the wasm file in the asserts and other errors.

This is very suboptimal for reproducibility and also leaks private information about developer, which they are not always aware.

There should be a way to remove these absolute paths from the resulting file. If not, we need a tool that will clean this up after compilation and as default part of SDK.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status

      NEW❗

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions