-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasmer problem building on FreeBSD #1077
Comments
We build Wasmer using the following command:
Make sure you have Indeed, you need the nightly Even if we don't support FreeBSD officially at the moment (focusing on Linux and MacOS), we'll definitely help you out to get your FreeBSD build running. Let us know how the build goes. EDIT: As a clarification, running |
Thanks for the hints! Building the Elrond fork of wasmer (master) with |
Looks like it will be solved when we will update our fork with the upstream Wasmer, which should allow you to compile on FreeBSD. While this update isn't planned for the immediate future (it's a non-trivial task and requires testing), we do want to keep our Wasmer fork up-to-date with the upstream. Stay tuned! The upstream Wasmer is incompatible with Arwen. Our fork contains modifications required by Arwen and the Elrond Node. |
This should be fixed as of today 2020.05.15. Please open a new issue if the problem persist. |
Trying to build elrond-go on FreeBSD 11.3 I have problems building the ElrondNetwork fork of wasmer. I open the issue here because issues are disabled in the forked wasmer repo.
This is with cargo rust 1.43.0-nightly because stable fails with
error[E0554]: `#![feature]` may not be used on the stable release channel --> /home/stone/.cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.2/sr c/lib.rs:1:1
The text was updated successfully, but these errors were encountered: