File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ void Linker::layout() {
224224 auto * func = new Function;
225225 func->name = start;
226226 out.wasm .addFunction (func);
227- exportFunction (start, true );
228227 out.wasm .addStart (start);
229228 Builder builder (out.wasm );
230229 auto * block = builder.makeBlock ();
Original file line number Diff line number Diff line change 55 (export " stackAlloc" (func $stackAlloc ))
66 (export " stackRestore" (func $stackRestore ))
77 (export " main" (func $main ))
8- (export " _start" (func $_start ))
98 (start $_start )
109 (func $main
1110 )
Original file line number Diff line number Diff line change 55 (export " stackAlloc" (func $stackAlloc ))
66 (export " stackRestore" (func $stackRestore ))
77 (export " main" (func $main ))
8- (export " _start" (func $_start ))
98 (start $_start )
109 (func $main (param $0 i32 ) (param $1 i32 ) (result i32 )
1110 (return
You can’t perform that action at this time.
0 commit comments