1 Star 0 Fork 0

风流沙 / wasmer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 971 Bytes
一键复制 编辑 原始数据 按行查看 历史

How to Contribute to Wasmer

Thank you for your interest in contributing to Wasmer. This document outlines some recommendations on how to contribute.

Issues & Feature Requests

Please use the issue template and provide a failing example if possible to help us recreate the issue.

Pull Requests

For large changes, please try reaching communicating with the Wasmer maintainers via GitHub Issues or Spectrum Chat to ensure we can accept the change once it is ready.

We recommend trying the following commands before sending a pull request to ensure code quality:

  • cargo fmt --all Ensures all code is correctly formatted.
  • Run cargo test in the crates that you are modifying.
  • Run cargo build --all.

A comprehensive CI test suite will be run by a Wasmer team member after the PR has been created.

Common Build Issues

LLVM Dependency

Didn't find usable system-wide LLVM

Building Wasmer with the LLVM backend requires LLVM to be installed

1
https://gitee.com/mackli/wasmer.git
git@gitee.com:mackli/wasmer.git
mackli
wasmer
wasmer
master

搜索帮助