mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Merge trunk into wasm-session-api branch.
FossilOrigin-Name: 6cdb036d8e8c5ddb0c6578aeefe318e74d7a90228e57b9f9047057dae3252963
This commit is contained in:
@@ -2036,9 +2036,12 @@ self.WhWasmUtilInstaller = function(target){
|
||||
It throws if no adapter is found.
|
||||
|
||||
ACHTUNG: the adapter may require that a scopedAllocPush() is
|
||||
active and it may allocate memory within that scope.
|
||||
active and it may allocate memory within that scope. It may also
|
||||
require additional arguments, depending on the type of
|
||||
conversion.
|
||||
*/
|
||||
target.xWrap.testConvertArg = cache.xWrap.convertArg;
|
||||
|
||||
/**
|
||||
This function is ONLY exposed in the public API to facilitate
|
||||
testing. It should not be used in application-level code, only
|
||||
|
Reference in New Issue
Block a user