10 src = fetchFromGitHub {
11 owner = "hajimehoshi";
14 hash = "sha256-KlCbUre6yIorE1ZM++Rto8vgwVGsC1wZj1xCd3AwQy0=";
20 description = "An HTTP server for testing Wasm";
21 mainProgram = "wasmserve";
22 homepage = "https://github.com/hajimehoshi/wasmserve";
23 license = licenses.asl20;
24 maintainers = with maintainers; [ kirillrdy ];