Skip to content

Commit 3d84dbf

Browse files
authored
Update README.md
1 parent 3961345 commit 3d84dbf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BUILD SUCCESSFUL in 1s
5151
[build.gradle]
5252
```groovy
5353
dependencies {
54-
implementation "io.github.electrostat-lab:snaploader:1.1.0-stable"
54+
implementation "io.github.electrostat-lab:snaploader:1.1.1-stable"
5555
}
5656
```
5757
[settings.gradle]
@@ -91,14 +91,13 @@ https://github.com/Electrostat-Lab/jSnapLoader/blob/ac841ca914c1aba82c3bea0dfb31
9191
- [Electrostatic4j's Implementation - essentially the same](https://github.com/Electrostat-Lab/Electrostatic-Sandbox/blob/master/electrostatic-sandbox-framework/electrostatic4j/electrostatic4j-core/src/main/java/electrostatic4j/util/loader/NativeImageLoader.java)
9292

9393
4) Extract and load libraries with user-defined fallback routines for anti-loading failure:
94-
> Introduced in 1.1.0-stable.
95-
```java
94+
> Introduced in 1.1.1-stable.
9695
97-
```
96+
https://github.com/Electrostat-Lab/jSnapLoader/blob/39613458ff2abd1ecb34a0f909ed70ec4ced4983/snaploader-examples/src/main/java/electrostatic4j/snaploader/examples/api/NativeDllLoader.java#L52-L302
9897

9998
5) Load libraries supporting specific CPU features by testing for those ISA Extensions using `NativeVariant.Cpu.hasExtensions(...)`:
10099
> Introduced in 1.1.0-stable.
101-
* See Example:
100+
102101
https://github.com/Electrostat-Lab/jSnapLoader/blob/a13f2ee12116f5538ec51b3eae8aaa0c3df634a0/snaploader-examples/src/main/java/electrostatic4j/snaploader/examples/TestCpuFeatures.java#L43-L90
103102

104103
## Appendix:

0 commit comments

Comments
 (0)