Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-04 | Safer i64/u64 | 1 | -6/+17 | |
2022-05-03 | Fix x64 build | 1 | -7/+15 | |
2022-05-03 | Handle missing x64 symbols | 1 | -5/+9 | |
2022-05-03 | [bun:ffi] fix panic in lib.close() | 1 | -24/+22 | |
2022-05-03 | wrong dir | 1 | -1/+1 | |
2022-05-03 | ffi overhead bench | 1 | -1/+1 | |
2022-05-02 | [bun:ffi] Improve `uint64_t` and `int64_t` performance | 1 | -69/+109 | |
2022-05-02 | [bun:ffi] Support `i64` and `u64` | 1 | -4/+52 | |
2022-05-02 | [bun:ffi] Support `double` and `float` | 1 | -1/+1 | |
2022-05-02 | [bun:ffi] cleanup | 1 | -30/+60 | |
2022-04-30 | [bun ffi] Fix missing `"void"` | 1 | -0/+1 | |
2022-04-30 | [bun ffi] Remove dependency on libtcc1.a and improve error messages | 1 | -16/+85 | |
2022-04-30 | wip | 1 | -99/+442 | |
2022-04-29 | [bun:ffi] it works | 1 | -38/+98 | |
2022-04-29 | [bun ffi] Support pointers | 1 | -238/+137 | |
2022-04-29 | [bun ffi] support `i32`, `i8`, `u8`, `u16`, `i16`, `u32`, `bool` | 1 | -6/+34 | |
2022-04-29 | wip | 1 | -7/+1 | |
2022-04-29 | Add JIT FFI | 1 | -0/+797 |