mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-25 14:52:21 +00:00
Minor example README update
This commit is contained in:
parent
ff7c88bf6c
commit
e51da3116e
@ -14,8 +14,9 @@ in the root README's "Building and Testing" section):
|
|||||||
|
|
||||||
./gradlew --no-daemon :examples:rust-simple:run
|
./gradlew --no-daemon :examples:rust-simple:run
|
||||||
|
|
||||||
Yes, this does include Rust's std lib, but it's not that big of a deal. The actual method executed for `add_one` looks
|
Yes, this does include Rust's std lib, but it's not that big of a deal (I'm keeping it around because in other examples
|
||||||
like this decompiled:
|
as part of [issue #9](https://github.com/cretz/asmble/issues/9) I'll need it). The actual method executed for `add_one`
|
||||||
|
looks like this decompiled:
|
||||||
|
|
||||||
```java
|
```java
|
||||||
private int $func0(final int n) {
|
private int $func0(final int n) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user