mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
wasip2: do not export the _start function
It seems to have been replaced with the Component Model `run` function.
This commit is contained in:
committed by
Ron Evans
parent
1f3e0004a9
commit
c931bc7394
+2
-1
@@ -17,7 +17,8 @@
|
||||
],
|
||||
"ldflags": [
|
||||
"--stack-first",
|
||||
"--no-demangle"
|
||||
"--no-demangle",
|
||||
"--no-entry"
|
||||
],
|
||||
"extra-files": [
|
||||
"src/runtime/asm_tinygowasm.S"
|
||||
|
||||
Reference in New Issue
Block a user