mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 11:27:58 +00:00
Add FFI example (#2037)
* Add FFI example * Remove unnecessary dependency (libc) * Tweak python example and add CI CI Tweak; separate task for ffi-example run * Remove OnceCell dep; use std --------- Co-authored-by: wassimans <wassim@wassimans.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "subxt-ffi",
|
||||
"version": "1.0.0",
|
||||
"description": "Example of exposing some Subxt functionality to other languages through FFI",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/wassimans/subxt-ffi.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/wassimans/subxt-ffi/issues"
|
||||
},
|
||||
"homepage": "https://github.com/wassimans/subxt-ffi#readme",
|
||||
"dependencies": {
|
||||
"ffi-napi": "^4.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user