1 parent 4a032bf commit fe2c4cbCopy full SHA for fe2c4cb
1 file changed
src/core/modules/bitbuffers/bitbuffers_wrap.cpp
@@ -91,6 +91,10 @@ void export_bf_write(scope _bitbuffers)
91
"Writes an unsigned integer with variable bit length."
92
)
93
94
+ .def("write_var_int32",
95
+ &bf_write::WriteVarInt32
96
+ )
97
+
98
.def("write_bits_from_buffer",
99
&bf_write::WriteBitsFromBuffer,
100
"Copy the bits straight out of <pIn>. This seeks <pIn> forward by <nBits>. Returns an error if this buffer or the read buffer overflows."
0 commit comments