mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-24 22:32:19 +00:00
12 lines
201 B
Markdown
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)
|