Deleted temporary files that were pushed by mistake
diff --git a/dd/hello.s b/dd/hello.s
deleted file mode 100644
index 7d70db1..0000000
--- a/dd/hello.s
+++ /dev/null
@@ -1,23 +0,0 @@
-	.text
-	.file	"test/hello.c"
-	.globl	main
-	.type	main,@function
-main:                                   # @main
-	.result 	i32
-# BB#0:                                 # %entry
-	i32.const	$push0=, .str
-	call    	$discard=, puts, $pop0
-	i32.const	$push1=, 0
-	return  	$pop1
-func_end0:
-	.size	main, func_end0-main
-
-	.type	.str,@object            # @.str
-	.data
-.str:
-	.asciz	"Hello, world!\n"
-	.size	.str, 15
-
-
-	.imports
-	.import puts "" puts (param i32) (result i32)
diff --git a/dd/hello.wasm b/dd/hello.wasm
deleted file mode 100644
index 97748c3..0000000
--- a/dd/hello.wasm
+++ /dev/null
Binary files differ
diff --git a/dd/hello.wast b/dd/hello.wast
deleted file mode 100644
index 750464b..0000000
--- a/dd/hello.wast
+++ /dev/null
@@ -1,18 +0,0 @@
-(module
-  (memory 31 4294967295 (segment 16 "Hello, world!\n\00"))
-  (import $puts "env" "puts" (param i32))
-  (export "main" $main)
-  (func $main (result i32)
-    (block $fake_return_waka123
-      (block
-        (call_import $puts
-          (i32.const 16)
-        )
-        (br $fake_return_waka123
-          (i32.const 0)
-        )
-      )
-    )
-  )
-)
-;; METADATA: { "asmConsts": {},"staticBump": 30 }