]> git.proxmox.com Git - wasi-libc.git/commit
Reactor support. (#74)
authorDan Gohman <sunfish@mozilla.com>
Fri, 29 May 2020 16:09:58 +0000 (09:09 -0700)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 16:09:58 +0000 (09:09 -0700)
commita6d0b4c74bedf1c1c95de97ed7e119fc4fe1b7a6
treeb833b5a782536f98b8b2f537fc9a4cf9ee49a553
parent3e9892fc41dd83fa66f192f963f54c72fb8321c1
Reactor support. (#74)

* Add support for the Reactor model.

* Mark _activate and _start as wasm exports.

* Rename _activate to _initialize.

* Don't define `_fini`.

* Rename reactor-crt1.c to crt1-reactor.c.
basics/crt/crt1.c
expected/wasm32-wasi/defined-symbols.txt
libc-bottom-half/crt/crt1-reactor.c [new file with mode: 0644]
libc-bottom-half/crt/crt1.c
libc-top-half/musl/src/exit/exit.c