dcodeIO/webassembly

View on GitHub
lib/musl-wasm32/src/exit/README

Summary

Maintainability
Test Coverage
This implementation proxies abort() to _abort(errno) and exit(code) to _exit(code)
on the JS side. There, both can be overridden by imports named _abort or _exit.