edge-intelligence-sdk 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/android/jniLibs/arm64-v8a/libel_ffi.so +0 -0
- package/ios/libel_ffi.a +0 -0
- package/package.json +3 -2
- package/src/web/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# edge-intelligence-sdk
|
|
2
|
+
|
|
3
|
+
Generated Web and React Native bindings for the Edge Intelligence SDK.
|
|
4
|
+
|
|
5
|
+
This package contains the WASM/TypeScript browser surface, React Native
|
|
6
|
+
TypeScript bindings, and native Android/iOS libraries assembled by the
|
|
7
|
+
release pipeline.
|
|
8
|
+
|
|
9
|
+
Source, crate documentation, and release notes live in the Edge
|
|
10
|
+
Intelligence repository.
|
|
Binary file
|
package/ios/libel_ffi.a
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edge-intelligence-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "Edge-native LLM inference SDK — Web (WASM) + React Native",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"files": [
|
|
13
13
|
"src/",
|
|
14
14
|
"android/",
|
|
15
|
-
"ios/"
|
|
15
|
+
"ios/",
|
|
16
|
+
"README.md"
|
|
16
17
|
],
|
|
17
18
|
"license": "Apache-2.0"
|
|
18
19
|
}
|
package/src/web/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "el-ffi",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "Host bindings: uniffi-bindgen-react-native (RN), flutter_rust_bridge v2 (Flutter), wasm-bindgen (web) — ADR-001/009.",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.9",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"files": [
|
|
8
8
|
"el_ffi_bg.wasm",
|