Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-04 | Document `FFIType.i64_fast` | 1 | -2/+26 | |
2022-05-04 | Update buffer.js | 1 | -2/+9 | |
2022-05-04 | Fix type errorsbun-v0.0.79 | 2 | -12/+8 | |
2022-05-04 | Safer i64/u64 | 8 | -201/+664 | |
2022-05-03 | Fix x64 build | 3 | -40/+621 | |
2022-05-03 | Update Makefile | 1 | -2/+1 | |
2022-05-03 | don't automatically run clang-format because it ignores the disable flag | 1 | -3/+0 | |
2022-05-03 | Handle missing x64 symbols | 2 | -6/+40 | |
2022-05-03 | Update tinycc | 1 | -0/+0 | |
2022-05-03 | [bun:ffi] fix panic in lib.close() | 4 | -28/+27 | |
2022-05-03 | Bump WebKit | 1 | -0/+0 | |
2022-05-03 | Update add.rs | 1 | -1/+1 | |
2022-05-03 | Forgot about base64 | 1 | -0/+20 | |
2022-05-03 | wrong dir | 2 | -1/+1 | |
2022-05-03 | Fix tinycc build on linux | 1 | -1/+1 | |
2022-05-03 | Fix webkit linux build | 1 | -0/+0 | |
2022-05-03 | Update README.md | 1 | -6/+6 | |
2022-05-03 | Add tinycc dependency | 5 | -5/+39 | |
2022-05-03 | clarify | 5 | -2/+22 | |
2022-05-03 | Update README.md | 1 | -2/+3 | |
2022-05-03 | Update README.md | 1 | -4/+4 | |
2022-05-03 | ffi overhead bench | 10 | -19/+56 | |
2022-05-03 | Add docs for FFI | 23 | -143/+629 | |
2022-05-02 | [bun:ffi] Improve `uint64_t` and `int64_t` performance | 6 | -227/+512 | |
2022-05-02 | [bun:ffi] Support `i64` and `u64` | 11 | -144/+212 | |
2022-05-02 | [bun:ffi] Support `double` and `float` | 7 | -65/+65 | |
2022-05-02 | add a comment | 1 | -0/+13 | |
2022-05-02 | [bun:ffi] cleanup | 21 | -87/+1051 | |
2022-05-02 | [bun.js] Add `Bun.nanoseconds()` to report time in nanos | 4 | -146/+145 | |
2022-05-02 | [bun:ffi] ~20% faster FFI bindings for functions with arguments | 10 | -13/+220 | |
2022-05-02 | Automatic CString support | 1 | -23/+78 | |
2022-05-01 | [bun:ffi] Add wrapper for type coercion | 1 | -2/+172 | |
2022-05-01 | wip Buffer.fill | 3 | -95/+167 | |
2022-05-01 | Buffer.compare & Buffer.equal | 2 | -5/+244 | |
2022-05-01 | [bun.js] Improve `Buffer` creation perf a little | 2 | -8/+45 | |
2022-05-01 | [bun.js] Implement `Buffer.concat` | 2 | -1/+78 | |
2022-04-30 | Bump WebKit | 1 | -0/+0 | |
2022-04-30 | cleanup | 5 | -2/+132 | |
2022-04-30 | [bun.js] Implement `Buffer.from` and `Buffer.copy` | 12 | -520/+952 | |
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 | 3 | -36/+139 | |
2022-04-30 | wip | 9 | -272/+883 | |
2022-04-30 | Update ffi-test.c | 1 | -24/+35 | |
2022-04-30 | a | 1 | -0/+27 | |
2022-04-29 | [bun:ffi] it works | 15 | -221/+1277 | |
2022-04-29 | [bun.js] Implement unsafe.{`arrayBufferToPtr`, `arrayBufferFromPtr`, `bufferF... | 6 | -82/+187 | |
2022-04-29 | [bun ffi] Support pointers | 4 | -238/+179 | |
2022-04-29 | [bun ffi] support `i32`, `i8`, `u8`, `u16`, `i16`, `u32`, `bool` | 5 | -159/+260 | |
2022-04-29 | more tests for buffer | 1 | -1/+165 | |
2022-04-29 | add more to buffer implementation | 14 | -157/+783 |