1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Export sqlite3_result_subtype() and sqlite3_value_dup/free/subtype() to WASM.

FossilOrigin-Name: 4600a7bbdc4cbe14591d48ea19fe5f7de3a0c10a14cdd97fd51e263a13163d10
This commit is contained in:
stephan
2022-12-09 15:26:58 +00:00
parent 706780fbd9
commit 8ccef8f27f
5 changed files with 18 additions and 9 deletions

View File

@ -126,6 +126,7 @@ self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
wasm.xWrap.resultAdapter('sqlite3*', rPtr)
('sqlite3_context*', rPtr)
('sqlite3_stmt*', rPtr)
('sqlite3_value*', rPtr)
('sqlite3_vfs*', rPtr)
('void*', rPtr);