new ng-rocksdb

master
Niko PLP 1 month ago
parent 73b48d6749
commit 0df870e166
  1. 2
      Cargo.lock
  2. 2
      README.md

2
Cargo.lock generated

@ -3430,7 +3430,7 @@ dependencies = [
[[package]]
name = "ng-rocksdb"
version = "0.21.0"
source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#9355119ae02dfc218b89f5b54b978adc6c3e6ece"
source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#9fedf34e567e00c5f1a0d7dea4e613a445148e76"
dependencies = [
"bindgen",
"bzip2-sys",

@ -47,6 +47,8 @@ Read our [getting started guide](https://docs.nextgraph.org/en/getting-started/)
- [Install Nodejs](https://nodejs.org/en/download/)
- [Install LLVM](https://rust-lang.github.io/rust-bindgen/requirements.html)
On openbsd, for LLVM you need to choose llvm-17.
until this [PR](https://github.com/rustwasm/wasm-pack/pull/1271) is accepted, will have to install wasm-pack this way:
```

Loading…
Cancel
Save