![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@tokel/cryptoconditions-js
Advanced tools
This is the 'cryptoconditions' library for Komodo cc modules development.
This is the 'cryptoconditions' library for Komodo cc modules development.
Dev language: rust, with wasm support
For use in a js app this lib could be compiled as a wasm module with the wasm-pack, use this cmd to build a wasm:
wasm-pack build --target nodejs
See pkg/cryptoconditions_bs.js for supported javascript cryptoconditions api.
To add the wasm to your nodejs project first make it as a global node module:
cd ~/your-repo-dir/cryptoconditions-js/cryptoconditions/pkg
npm link -g
then make a link to the global npm module for your project
cd ~/your-project-dir
npm link cryptoconditions
Add a link to this repo into your package.json:
"dependencies": {
"cryptoconditions-js": "git+https://github.com/dimxy/cryptoconditions-js.git#master",
...
}
To use the cryptoconditions wasm in browser:
wasm-pack build
cmd$ wasm-pack build --target nodejs
$ cd pkg
$ #check the version and package name of the library in package.json
$ npm publish --access=public
FAQs
This is the 'cryptoconditions' library for Komodo cc modules development.
We found that @tokel/cryptoconditions-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.