Commit d7ed468
committed
Export
IntegrationTests are unintentionally disabled since
0a38d70 because reactor mode doesn't
export `_start` and `WASI.start` doesn't do anything except setting the
instance to WASI module. So export `main` manually, and call
`_initialize` according to the "new-style commands" described in
https://github.com/WebAssembly/WASI/blob/59cbe140561db52fc505555e859de884e0ee7f00/legacy/application-abi.md#current-unstable-abi
Symbol support (081784b) broke tests
silently, so revert it for now.main and execute _initialize and main in test entry1 parent 990479e commit d7ed468
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
0 commit comments