diff options
author | stephan <stephan@noemail.net> | 2022-12-23 21:23:26 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-23 21:23:26 +0000 |
commit | bb769f0b4a025761fa2f5150582cf7736cb14345 (patch) | |
tree | 23c7c0643f8a95efcbaf728af8b7bba0057c0cd5 /ext/wasm/common/whwasmutil.js | |
parent | 77eac0507c7f36a50814336fb1da6a5c3923ffec (diff) | |
parent | ab9c2d571e5927060c65d7bfd3132348f6240159 (diff) | |
download | sqlite-bb769f0b4a025761fa2f5150582cf7736cb14345.tar.gz sqlite-bb769f0b4a025761fa2f5150582cf7736cb14345.zip |
Merge trunk into wasm-session-api branch.
FossilOrigin-Name: 6cdb036d8e8c5ddb0c6578aeefe318e74d7a90228e57b9f9047057dae3252963
Diffstat (limited to 'ext/wasm/common/whwasmutil.js')
-rw-r--r-- | ext/wasm/common/whwasmutil.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/wasm/common/whwasmutil.js b/ext/wasm/common/whwasmutil.js index 4b1026e4c..5d6569d8e 100644 --- a/ext/wasm/common/whwasmutil.js +++ b/ext/wasm/common/whwasmutil.js @@ -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 |