0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/ext/node
Eric Long 976fa489fb
feat(ext/node): add riscv64 in process.arch (#23016)
Rust triple for riscv64 is riscv64gc. Although there are no official
builds for architectures other than x86_64 and aarch64, Arch Linux
RISC-V has managed to package Deno on riscv64:
https://github.com/felixonmars/archriscv-packages/blob/master/deno/riscv64.patch

Ref: https://github.com/denoland/deno/issues/18702
2024-03-21 19:06:42 +05:30
..
benchmarks
ops fix(ext/node): ECDH.publicKey() point encoding (#23013) 2024-03-21 14:11:54 +05:30
polyfills feat(ext/node): add riscv64 in process.arch (#23016) 2024-03-21 19:06:42 +05:30
analyze.rs fix: cjs export rewritten to invalid identifier (#21853) 2024-01-08 17:50:52 +00:00
build.rs
Cargo.toml chore: Forward 1.41.3 release commit (#22930) 2024-03-14 21:23:24 +00:00
clippy.toml
errors.rs
global.rs
lib.rs fix(ext/node): ECDH.publicKey() point encoding (#23013) 2024-03-21 14:11:54 +05:30
package_json.rs
path.rs
polyfill.rs
README.md
resolution.rs fix(node): resolve types via package.json for directory import (#22878) 2024-03-13 22:37:56 -04:00

deno_node

require and other node related functionality for Deno.