This repository was archived by the owner on Sep 17, 2024. It is now read-only.
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Support for Deno and Bun #123
Open
Description
Problem Statement
We currently do not support Deno or Bun runtimes, given the rising popularity and community requests, this is something we want to eventually support.
Rough items required to make this work
- See how deno and bun expose native modules
- Modify profiling to detect deno or bun runtime and require the right binaries
- Determine packaging strategy - can we use a single package, what do we do with prebuilt binaries?
Solution Brainstorm
N/A