node/lib
Michael Dawson 2d35f669ae wasi: add support for version when creating WASI
Refs: https://github.com/nodejs/node/issues/46254

- add version to options when creating WASI object
- add convenience function to return importObject

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: https://github.com/nodejs/node/pull/46469
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2023-02-22 09:46:46 -05:00
..
assert
dns
fs
inspector
internal debugger: add trailing commas in source files 2023-02-22 01:26:44 +01:00
path
readline
stream stream: add pipeline() for webstreams 2023-02-02 19:45:42 +00:00
timers lib: enforce use of trailing commas in more files 2023-02-16 18:47:24 +01:00
util
_http_agent.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
_http_client.js lib: refactor to use validate function 2023-01-14 09:52:26 +00:00
_http_common.js http: join authorization headers 2023-01-03 10:43:21 +00:00
_http_incoming.js http: join authorization headers 2023-01-03 10:43:21 +00:00
_http_outgoing.js http: unify header treatment 2023-02-21 11:09:03 +00:00
_http_server.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
_tls_wrap.js tls: add trailing commas in source files 2023-02-22 01:22:23 +01:00
.eslintrc.yaml debugger: add trailing commas in source files 2023-02-22 01:26:44 +01:00
assert.js assert: remove deprecated getFunction() usage 2023-02-20 10:34:38 +00:00
async_hooks.js lib: add AsyncLocalStorage.bind() and .snapshot() 2023-02-19 13:51:43 -08:00
buffer.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
child_process.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
cluster.js
console.js
constants.js
crypto.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
dgram.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
diagnostics_channel.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
dns.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
domain.js
events.js events: add listener argument to listenerCount 2023-02-21 10:38:51 +00:00
fs.js fs: add trailing commas in source files 2023-02-20 01:58:32 +01:00
http2.js
http.js http: join authorization headers 2023-01-03 10:43:21 +00:00
https.js http: throw error if options of http.Server is array 2023-01-25 08:52:33 +00:00
inspector.js
module.js
net.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
os.js os: improve network interface performance 2023-02-20 01:25:54 +00:00
path.js
perf_hooks.js
process.js
punycode.js punycode: add pending deprecation 2023-02-21 15:33:29 +00:00
querystring.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
readline.js lib: add missing type of removeEventListener in question 2022-12-01 14:39:39 +00:00
repl.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
stream.js
string_decoder.js
sys.js
test.js
timers.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
tls.js tls: add trailing commas in source files 2023-02-22 01:22:23 +01:00
trace_events.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
tty.js
url.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
util.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
v8.js v8: support gc profile 2023-01-25 12:02:09 +00:00
vm.js lib: refactor to use validateBuffer 2023-02-06 15:44:04 +00:00
wasi.js wasi: add support for version when creating WASI 2023-02-22 09:46:46 -05:00
worker_threads.js
zlib.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00