Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Changed the wasm binary output destination #145

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Lev-Stambler
Copy link

Change the contracts build destination to out/main.wasm.

The near-cli modules expects the contract to be at ./out/main.wasm rather than ./build/release/contract.wasm. This caused the following failure both locally and on Gitpod:

    ENOENT: no such file or directory, open './out/main.wasm'

      at LocalTestEnvironment.setup (node_modules/near-cli/test_environment.js:37:29)

@gitpod-io
Copy link

gitpod-io bot commented Jan 24, 2021

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant