1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_js
Darko Macesic f102933381
Remove branch isolation (#1353)
* remove branch isolation

* update book, add changelog

* clippy

* revert clippy suggestion

* move clippy allow rule to root lib.rs

* derive default
2023-11-09 15:42:17 +01:00
..
.cargo increase stack size 2022-02-18 18:07:47 +01:00
src Remove branch isolation (#1353) 2023-11-09 15:42:17 +01:00
tests Fix js format and clippy issues (#1339) 2023-08-22 18:37:49 +02:00
.dockerignore make imports public in core, remove ci steps for zokrates_js 2020-01-06 20:55:54 +01:00
.gitignore add umd version for web usage 2023-01-24 18:21:33 +01:00
build.rs fmt 2023-01-23 03:34:03 +01:00
build.sh Add dockerfile for building zokrates_js, modify ci steps 2020-01-14 02:51:29 +01:00
Cargo.lock merge dev, fix issues 2022-05-31 17:04:13 +02:00
Cargo.toml update changelog, bump versions 2023-04-22 00:08:48 +02:00
Dockerfile update changelog 2022-01-12 15:02:55 +01:00
index-node.js Set webcrypto only if crypto instance is not available (#1338) 2023-09-12 11:21:56 +02:00
index.d.ts Remove branch isolation (#1353) 2023-11-09 15:42:17 +01:00
index.js Fix js format and clippy issues (#1339) 2023-08-22 18:37:49 +02:00
LICENSE use js files instead of json for stdlib and metadata 2022-05-04 12:42:54 +02:00
package-lock.json Set webcrypto only if crypto instance is not available (#1338) 2023-09-12 11:21:56 +02:00
package.json update changelog, bump versions 2023-04-22 00:08:48 +02:00
patch.js Fix js format and clippy issues (#1339) 2023-08-22 18:37:49 +02:00
publish.sh optimize js lib size, inline wasm 2023-01-23 03:28:06 +01:00
README.md Fix typos 2023-01-11 03:14:28 +02:00

zokrates.js

JavaScript bindings for ZoKrates project.

npm install zokrates-js

Check the official ZoKrates documentation for more details.