forked from mirrors/gecko-dev
		
	Automatic update from web-platform-tests Python 3: port small test files in various directories (#24237) -- wpt-commits: b4b88e7de8f61c8c8fe1ac615fd883b3a042709f wpt-pr: 24237
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Python
		
	
	
	
	
	
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
 |