We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i went through similar instructions on High Sierra:
brew install opam ocaml opam init -y eval $(opam config env) opam install cryptokit yojson
Then encountered this error when executing make to build wasm:
make
# Error: This expression has type bytes but an expression was expected of type # string
The text was updated successfully, but these errors were encountered:
looked up the error here: facebook/flow#5270
export OCAMLPARAM="safe-string=0,_"
solved the issue, all tests passing.
Sorry, something went wrong.
Hopefully this is fixed in #97
I guess this has now been fixed, we use a later version of OCaml now
No branches or pull requests
i went through similar instructions on High Sierra:
Then encountered this error when executing
make
to build wasm:The text was updated successfully, but these errors were encountered: