Clarify Rust example build prereqs

This commit is contained in:
Chad Retz
2017-12-06 10:01:52 -06:00
parent bc980b1e81
commit ffbf6a5288
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
### Example: Rust Regex
This shows an example of using the Rust regex library on the JVM compiled via WASM. This builds on
the [rust-simple](../rust-simple) and [rust-string](../rust-string) examples. There is also a simple benchmark checking
the performance compared to the built-in Java regex engine.
the [rust-simple](../rust-simple) and [rust-string](../rust-string) examples. See the former for build prereqs. There is
also a simple benchmark checking the performance compared to the built-in Java regex engine.
#### Main