BuildDocsReferenceGuidesBlogDiscordbun:ffiFFITypeint16_tBuildDocsReferenceGuidesBlogDiscordbun:ffiFFITypeint16_tffi.FFIType.int16_tint16_tReferenceDocsGuidesDiscordMerch StoreGitHubBlogRuntimePackage managerTest runnerBundlerPackage runnerBun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseWe're hiring →
enum member int16_t | bun:ffi module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- 16-bit signed integer
Must be a value between -32768 and 32767
When passing to a FFI function (C ABI), type coercion is not performed.
In C:
```c
in16_t
short // on arm64 & x64
```
In JavaScript:
```js
var num = 0;
```