blob: 9f056678c125a9334d2c151fb5a2b82d7ecccdf7 [file] [log] [blame]
def main(request, response):
status = int(request.GET[b"status"])
module = b"\0asm\1\0\0\0"
return status, [(b"Content-Type", b"application/wasm")], module