6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-chLWrZ+OLUTSFmTu+qKpjApXDmJFhS68N2RKjaql75U=";
15 fetchSubmodules = true;
19 lockFile = ./Cargo.lock;
23 ln -s ${./Cargo.lock} Cargo.lock
27 description = "An efficient WebAssembly interpreter";
28 homepage = "https://github.com/paritytech/wasmi";
29 changelog = "https://github.com/paritytech/wasmi/blob/${src.rev}/CHANGELOG.md";
30 license = with licenses; [ asl20 mit ];
31 mainProgram = "wasmi_cli";
32 maintainers = with maintainers; [ dit7ya ];