1
0
kpmy 9 жил өмнө
parent
commit
8da133c46b
4 өөрчлөгдсөн 1 нэмэгдсэн , 14 устгасан
  1. 1 0
      .gitignore
  2. 0 12
      demo0.wasm
  3. 0 1
      dump.wasm
  4. 0 1
      test0.wasm

+ 1 - 0
.gitignore

@@ -73,3 +73,4 @@ $RECYCLE.BIN/
 
 # Windows shortcuts
 *.lnk
+*.wasm

+ 0 - 12
demo0.wasm

@@ -1,12 +0,0 @@
-;; my little module 
-(module 
-	(memory 0 0)
-	(func $start
-		(call_import $print (call $get))
-		(call_import $print (i64.extend_u/i32 (memory_size)))
-	)
-	(import $print "spectest" "print" (param i64))
-	(func $get (result i64) (nop) (return (i64.const 1)))
-	
-	(start $start)
-)

+ 0 - 1
dump.wasm

@@ -1 +0,0 @@
-(module (start $start))

+ 0 - 1
test0.wasm

@@ -1 +0,0 @@
-(module)