UNPKG

@thi.ng/wasm-api-bindgen

Version:

Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects

21 lines (20 loc) 270 B
const PKG_NAME = "@thi.ng/wasm-api-bindgen"; const WASM32 = { isize: "i32", usize: "u32", bits: 32, sizeBytes: 4, shift: 2 }; const WASM64 = { isize: "i64", usize: "u64", bits: 64, sizeBytes: 8, shift: 3 }; export { PKG_NAME, WASM32, WASM64 };