Commit 44b2861
committed
Fix wasm example
`main` is not called anymore with a WASI reactor, means we have to use
`init()` and provide an empty `main()` instead.
Signed-off-by: Sascha Grunert <[email protected]>1 parent 25d9391 commit 44b2861
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments