| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2022-05-09 | few more napi functions | 2 | -1/+30 | |
| 2022-05-09 | Update Makefile | 1 | -3/+3 | |
| 2022-05-09 | Update Dockerfile.base | 1 | -1/+1 | |
| 2022-05-09 | [napi] getters & setters work | 1 | -26/+39 |
export function family() { return Promise.resolve(null); } export function familySync() { return null; } export const GLIBC = "glibc"; export const MUSL = "musl"; export function versionAsync() { return Promise.resolve(version()); } export function version() { return null; } export function isNonGlibcLinuxSync() { return false; } export function isNonGlibcLinux() { return Promise.resolve(isNonGlibcLinuxSync()); }
![]() |
index : bun | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2022-05-09 | few more napi functions | 2 | -1/+30 | |
| 2022-05-09 | Update Makefile | 1 | -3/+3 | |
| 2022-05-09 | Update Dockerfile.base | 1 | -1/+1 | |
| 2022-05-09 | [napi] getters & setters work | 1 | -26/+39 |