2 unstable releases
0.6.0 | Jun 4, 2024 |
---|---|
0.5.0 | Nov 27, 2023 |
#338 in WebAssembly
183 downloads per month
16KB
208 lines
LensVM
Building
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.
Prerequisites
The following tools need to be installed and added to your PATH before you can build the full contents of the repository:
- rustup and Cargo/rustc, typically installed via rustup.
- Please pay attention to any prerequisites, for example if on Ubuntu you may need to install the
build-essential
package
- Please pay attention to any prerequisites, for example if on Ubuntu you may need to install the
- If connection errors are experienced when retrieving rust package dependencies from crates.io, you might need to tweak your
.gitconfig
as per this comment. npm
, typically installed via nvm- Go
lib.rs
:
This crate contains members to aid in the construction of a Rust Lens Module.
Dependencies
~0.5–1.1MB
~22K SLoC