Crates.io | lens_sdk |
lib.rs | lens_sdk |
version | 0.6.0 |
source | src |
created_at | 2023-11-27 22:27:15.014956 |
updated_at | 2024-06-04 17:19:54.960491 |
description | An SDK for writing bi-directional, wasm based, LensVM transformations in Rust |
homepage | |
repository | https://github.com/lens-vm/lens |
max_upload_size | |
id | 1051090 |
size | 32,553 |
Once you have the listed prerequisites installed, you should be able to build everything in the repository and run all the tests by running make test
from the repository root.
The following tools need to be installed and added to your PATH before you can build the full contents of the repository:
build-essential
package.gitconfig
as per this comment.npm
, typically installed via nvm