Bartek Iwańczuk
|
730331622e
|
chore: forward v2.0.3 commit to main (#26535)
Forwarding v2.0.3 commit to `main`
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
|
2024-10-25 09:57:40 -04:00 |
|
snek
|
79a3ad2b95
|
feat: support node-api in denort (#26389)
exposes node-api symbols in denort so that `deno compile` can run native
addons.
|
2024-10-24 09:13:54 +02:00 |
|
Bartek Iwańczuk
|
3f8efe5289
|
Revert "chore: move all node-api impl to ext (#24662)" (#24680)
This reverts commit d00fbd7025 .
Reverting because, it caused a failure during v1.45.3 publish:
https://github.com/denoland/deno/actions/runs/10048730693/job/27773718095
|
2024-07-23 00:01:31 +00:00 |
|
snek
|
92abdb7669
|
chore: move all node-api impl to ext (#24662)
these symbols are re-exported from runtime/cli using `build.rs`, so we
don't need them in the same crate.
|
2024-07-22 11:41:59 -07:00 |
|