asmble/examples/README.md
2018-07-25 10:21:38 +04:00

12 lines
201 B
Markdown

## Examples
Below are some examples.
### Rust
Compile Rust to WASM and then to the JVM. In order of complexity:
* [rust-simple](rust-simple)
* [rust-string](rust-string)
* [rust-regex](rust-regex)