wasmtime: 20191111 -> v0.8.0
This commit is contained in:
parent
0a6551f48c
commit
246ba7bb0d
File diff suppressed because it is too large
Load Diff
@ -1,18 +1,18 @@
|
|||||||
{ rustPlatform, fetchFromGitHub, lib, python, cmake, llvmPackages, clang, stdenv, darwin }:
|
{ rustPlatform, fetchFromGitHub, lib, python, cmake, llvmPackages, clang, stdenv, darwin }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wasmtime";
|
pname = "wasmtime";
|
||||||
version = "20191111";
|
version = "v0.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bytecodealliance";
|
owner = "bytecodealliance";
|
||||||
repo = "wasmtime";
|
repo = "${pname}";
|
||||||
rev = "0006a2af954eba74c79885cb1fe8cdeb68f531c1";
|
rev = "${version}";
|
||||||
sha256 = "0lf3pdkjxcrjmjic7xxyjl5dka3arxi809sp9hm4hih5p2fhf2gw";
|
sha256 = "0az893srw49szvs5461bd165ffla4cc98gh42p3dwskwfkhpqjm4";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0mnwaipa2az3vpgbz4m9siz6bfyhmzwz174k678cv158m7mxx12f";
|
cargoSha256 = "08b3rbnl7qwyfbwaqcb7z84sh0h94v18v6557hrf0dlil414v54i";
|
||||||
|
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage {
|
|||||||
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Standalone JIT-style runtime for WebAsssembly, using Cranelift";
|
description = "Standalone JIT-style runtime for WebAssembly, using Cranelift";
|
||||||
homepage = https://github.com/CraneStation/wasmtime;
|
homepage = https://github.com/CraneStation/wasmtime;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.matthewbauer ];
|
maintainers = [ maintainers.matthewbauer ];
|
||||||
|
Loading…
Reference in New Issue
Block a user