0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
cjihrig 4791ea09bd
wasi: rename __wasi_unstable_reactor_start()
Upstream WASI has renamed __wasi_unstable_reactor_start() to
_initialize(). This commit updates Node's WASI implementation to
reflect that change.

PR-URL: https://github.com/nodejs/node/pull/33073
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
2020-04-28 13:04:43 -04:00
..
fs
internal vm: throw error when duplicated exportNames in SyntheticModule 2020-04-28 23:49:32 +08:00
_http_agent.js http: refactor agent 'free' handler 2020-04-15 02:13:51 +02:00
_http_client.js http: fix incorrect headersTimeout measurement 2020-04-02 14:50:20 +02:00
_http_common.js http: fix incorrect headersTimeout measurement 2020-04-02 14:50:20 +02:00
_http_incoming.js
_http_outgoing.js
_http_server.js http: fix incorrect headersTimeout measurement 2020-04-02 14:50:20 +02:00
_stream_duplex.js stream: consistent punctuation 2020-04-24 19:29:38 +02:00
_stream_passthrough.js
_stream_readable.js stream: don't emit end after close 2020-04-28 16:00:44 +02:00
_stream_transform.js stream: fix _final and 'prefinish' timing 2020-04-22 09:40:03 +02:00
_stream_wrap.js
_stream_writable.js stream: write should throw on unknown encoding 2020-04-28 15:59:46 +02:00
_tls_common.js
_tls_wrap.js tls: add highWaterMark option for connect 2020-04-27 16:52:19 +03:00
.eslintrc.yaml
assert.js assert: port common.mustCall() to assert 2020-04-23 10:11:47 -07:00
async_hooks.js async_hooks: merge run and exit methods 2020-04-13 18:37:44 +02:00
buffer.js buffer: add type check in bidirectionalIndexOf 2020-04-13 23:22:09 +02:00
child_process.js
cluster.js
console.js
constants.js
crypto.js tls: provide default cipher list from command line 2020-04-13 18:48:23 +02:00
dgram.js
dns.js dns: remove duplicate code 2020-04-07 20:35:07 +02:00
domain.js
events.js
fs.js fs: make parameters optional for readSync 2020-04-02 18:34:31 +02:00
http2.js
http.js
https.js
inspector.js
module.js
net.js net: autoDestroy Socket 2020-04-02 23:38:32 +02:00
os.js
path.js
perf_hooks.js perf_hooks: remove unnecessary assignment when name is undefined 2020-04-20 17:35:02 +03:00
process.js
punycode.js
querystring.js
readline.js
repl.js
stream.js
string_decoder.js
sys.js
timers.js lib: created isValidCallback helper 2020-04-14 13:54:21 +08:00
tls.js tls: provide default cipher list from command line 2020-04-13 18:48:23 +02:00
trace_events.js
tty.js
url.js
util.js
v8.js
vm.js vm: add importModuleDynamically option to compileFunction 2020-04-25 09:49:53 -05:00
wasi.js wasi: rename __wasi_unstable_reactor_start() 2020-04-28 13:04:43 -04:00
worker_threads.js
zlib.js