docs.rs failed to build faasm-sys-0.0.12
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Faasm-sys
Rust bindings for Faasm.
Build
Normal mode
Running the following will:
- Download faasm libs and store them in
vendor - Include the
bindings.rsfile invendorin the library - Build the Wasm library
Local development mode
If you set the FAASM_SYS_DEV environment variable before building, then the build script will fetch libraries according to the Faasm local development defaults. You can then run the test script as well:
Note that when used as a submodule of rust-faasm,
the target directory is directed one level up.
Publish
Since by default cargo tries to package the downloaded files in the build script and there is no
reason we should do this, you should publish in local dev mode FAASM_SYS_DEV only.