Home
last modified time | relevance | path

Searched refs:Jaccwabyt (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md1 Jaccwabyt ��
4 **Jaccwabyt**: _JavaScript ⇄ C Struct Communication via WASM Byte
8 Welcome to Jaccwabyt, a JavaScript API which creates bindings for
40 - [Step 1: Configure Jaccwabyt](#step-1)
91 but Jaccwabyt does not have any hard Emscripten dependencies.
151 1. [Confire Jaccwabyt for your WASM environment](#step-1). This is a
167 Step 1: Configure Jaccwabyt for the Environment
170 Jaccwabyt's highest-level API is a single function. It creates a
461 grow. Jaccwabyt uses this property in such a way that it "should" be
841 subproject](/file/common/whwasmutil.js) of Jaccwabyt provides such a
[all …]
H A Djaccwabyt.js19 self.Jaccwabyt = function StructBinderFactory(config){ class in self
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js30 sqlite3.StructBinder = self.Jaccwabyt({
38 delete self.Jaccwabyt;