12 src = fetchFromGitHub {
13 owner = "tetratelabs";
16 hash = "sha256-iUPAVOmZNX4qs7bHu9dXtQP/G8FwyblJvZ3pauA9ev0=";
28 "-X=github.com/tetratelabs/wazero/internal/version.version=${version}"
32 # fails when version is specified
33 "-skip=TestCompile|TestRun"
37 version = testers.testVersion {
39 command = "wazero version";
44 description = "A zero dependency WebAssembly runtime for Go developers";
45 homepage = "https://github.com/tetratelabs/wazero";
46 changelog = "https://github.com/tetratelabs/wazero/releases/tag/${src.rev}";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ figsoda ];
49 mainProgram = "wazero";