Configure build to not include local paths into wasm #455
Open
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
Type
Projects
Status
NEW❗