Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-22 | change the directory structurejarred/rename | 1 | -252/+0 | ||
2022-05-03 | Fix x64 build | 1 | -33/+0 | ||
2022-05-03 | Handle missing x64 symbols | 1 | -1/+31 | ||
2022-05-02 | [bun:ffi] Improve `uint64_t` and `int64_t` performance | 1 | -16/+98 | ||
2022-05-02 | [bun:ffi] Support `i64` and `u64` | 1 | -27/+7 | ||
2022-05-02 | [bun:ffi] Support `double` and `float` | 1 | -9/+9 | ||
2022-05-02 | [bun:ffi] cleanup | 1 | -0/+8 | ||
2022-04-30 | [bun ffi] Remove dependency on libtcc1.a and improve error messages | 1 | -18/+38 | ||
2022-04-30 | wip | 1 | -29/+30 | ||
2022-04-29 | [bun:ffi] it works | 1 | -0/+1 | ||
2022-04-29 | [bun ffi] Support pointers | 1 | -0/+14 | ||
2022-04-29 | [bun ffi] support `i32`, `i8`, `u8`, `u16`, `i16`, `u32`, `bool` | 1 | -12/+54 | ||
2022-04-29 | Add JIT FFI | 1 | -0/+107 | ||