Update documentation and build configuration.

This commit is contained in:
losfair
2020-07-01 23:56:46 +08:00
parent 1a4d89e91d
commit 182b099c74
3 changed files with 3 additions and 19 deletions

View File

@@ -32,8 +32,3 @@ orders of magnitude faster than `wasmer-compiler-cranelift` and
The fact that singlepass is not prone to JIT bombs and offers a very
predictable compilation speed makes it ideal for **blockchains** and other
systems where fast and consistent compilation times are very critical.
## Requirements
At the moment, this crate depends on Rust nightly to be compiled, as it uses
`dynasm-rs` which can only be compiled in Nightly.