Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstackincubator/polygen
/ functions
Functions
615 in github.com/callstackincubator/polygen
⨍
Functions
615
◇
Types & classes
231
Method
constructor
(isHeader: boolean, writer?: SourceWriter)
packages/codegen/src/source-builder/builder.file.ts:5
Method
constructor
(indentLevel: number = 0, indentSize: number = 2)
packages/codegen/src/source-builder/source-writer.ts:17
Method
constructor
(name: string)
packages/codegen/src/codegen/modules.ts:66
Method
constructor
( context: CodegenContext, body: Module, checksum: Buffer, sourceModulePath: string, modul
packages/codegen/src/codegen/modules.ts:123
Method
constructor
(public kind: string)
packages/codegen/src/codegen/utils.ts:65
Method
contextClassName
* Name of the class that represents the module context.
packages/codegen/src/codegen/modules.ts:190
Method
copyAssets
* Copies assets from the specified source locations to the corresponding target locations. * * @param assetMap A record where the key represents
packages/codegen/src/helpers/output-generator.ts:207
Method
copyNativeHandle
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:28
Method
createGlobal
Globals
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:93
Method
createMemory
Memories
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:72
Method
createModuleInstance
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:60
Method
createTable
Tables
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:115
Method
currentOffset
* The current offset in the binary data.
packages/binary-utils/src/binary-writer.ts:57
Method
currentOffset
* The current offset in the binary data.
packages/binary-utils/src/binary-reader.ts:50
Method
declaredExternalModules
* Declared external modules
packages/polygen-project/src/project.modules.ts:58
Method
declaredLocalModules
* Declared Local modules
packages/polygen-project/src/project.modules.ts:41
Function
definePlugin
( name: string, definition: PluginDefinition )
packages/polygen-cli/src/plugin.ts:22
Method
destroyModuleInstance
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:66
Method
destroyModuleInstance
(instance: OpaqueModuleInstanceNativeHandle)
packages/polygen/src/NativePolygen.ts:149
Function
dumpMetadata
()
packages/codegen/src/pipeline/dump-metadata.ts:6
Method
exportedFunctions
* Retrieves an array of all exported functions.
packages/codegen/src/codegen/modules.ts:166
Method
exportedMemories
* Retrieves an array of all exported memories.
packages/codegen/src/codegen/modules.ts:157
Method
exportedTables
* Retrieves an array of all exported tables.
packages/codegen/src/codegen/modules.ts:175
Method
fromBuffer
packages/polygen/cpp/ReactNativePolygen/w2c.cpp:25
Method
fullOutputDirectory
* Full path to the output directory
packages/polygen-project/src/project.paths.ts:76
Method
fullSourceDir
* Full path to the source directory
packages/polygen-project/src/project.paths.ts:90
Function
function
(returnType: TypeBuilder, args: TypeBuilder[])
packages/codegen/src/source-builder/builder.types.ts:21
Function
generateMetadata
(props: { params: Promise<{ slug?: string[] }>; })
docs/app/docs/[[...slug]]/page.tsx:63
Function
generateStaticParams
()
docs/app/docs/[[...slug]]/page.tsx:59
Function
generatedContextTypeName
* Gets the C typename that was generated by wasm2c for this imported module.
packages/codegen/src/codegen/modules.ts:45
Method
generatedRootContextFieldName
* Gets the name of the field in the root context struct. * * Each generated module that imports this module contains a field that holds * the
packages/codegen/src/codegen/modules.ts:77
Method
get
packages/polygen/cpp/ReactNativePolygen/SharedLibraryModule.h:44
Method
get
(index: number)
packages/polygen/src/api/Table.ts:76
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:314
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:415
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:912
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:989
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1082
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1175
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1286
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1397
Method
getBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1508
Method
getCapacity
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:49
Method
getCapacity
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:48
Method
getElement
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:56
Method
getFileHash
function to return a resulting hash from selected ALGORITHM and passed file
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:3889
Method
getFilesHashes
function to return a collection of resulting hashes from selected ALGORITHMS and passed file path container(s) (with recursive directory support)
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:3944
Method
getGlobalValue
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:103
Method
getHMAC
get hexadecimal HMAC from key-data pair
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:169
Method
getHMACs
function to return a collection of resulting HMACs from selected ALGORITHMS and passed key-data container(s)
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:3541
Method
getHash
get hexadecimal hash from data
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:145
Method
getHashes
function to return a collection of resulting hashes from passed data container(s)
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:3193
Method
getKind
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:41
Method
getKind
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:40
Method
getLocalModules
* Local modules
packages/polygen-project/src/project.modules.ts:48
Method
getMemory
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Memory.h:29
Method
getMemoryBuffer
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:79
Method
getModule
packages/polygen/android/src/main/java/com/wasm/WasmPackage.kt:11
Method
getModuleMetadata
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:55
Method
getModuleMetadata
(module: OpaqueModuleNativeHandle)
packages/polygen/src/NativePolygen.ts:141
Method
getName
packages/polygen/android/src/main/java/com/wasm/WasmModule.kt:10
Method
getReactModuleInfoProvider
packages/polygen/android/src/main/java/com/wasm/WasmPackage.kt:19
Method
getSection
(type: T['type'])
packages/wasm-parser/src/module.ts:78
Method
getSize
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:44
Method
getTableData
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:70
Method
getTableData
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:69
Method
getTableElement
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:142
Method
getTableSize
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:155
Method
getUnsafePayloadPtr
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Global.h:55
Function
get_alloc_size_for_mmap
packages/polygen/cpp/wasm-rt/wasm-rt-mem-impl.c:139
Function
get_alloc_size_for_mmap
packages/codegen/assets/wasm-rt/wasm-rt-mem-impl.c:139
Method
grow
[MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/Memory/grow)
packages/polygen/types/WebAssembly-global.d.ts:51
Method
grow
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:53
Method
grow
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:52
Method
grow
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Memory.h:41
Method
grow
(delta: number)
packages/polygen/src/api/Memory.ts:50
Method
grow
(delta: number)
packages/polygen/src/api/Table.ts:72
Method
growMemory
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:86
Method
growTable
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:137
Method
hash
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:2857
Method
hashCollection
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:2915
Method
hostModuleOutput
* Returns the output generator for the host module.
packages/codegen/src/codegen.ts:231
Function
hostProjectGenerated
({ projectOutput })
packages/codegen/src/pipeline/wasm2c-runtime.ts:11
Function
hostProjectGenerated
({ projectOutput, generatedModules, })
packages/codegen/src/pipeline/react-native/turbomodule.ts:12
Function
hostProjectGenerated
({ projectOutput })
packages/codegen/src/pipeline/react-native/cocoapods.ts:12
Function
hostProjectGenerated
({ codegen, rootOutput })
packages/codegen/src/pipeline/react-native/metro.ts:46
Function
icon
(icon)
docs/lib/source.ts:9
Method
importedModules
* Retrieves a reversed array of all imported modules. * * @return An array containing the imported modules in reverse order.
packages/codegen/src/codegen/modules.ts:148
Method
imports
(mod: Module)
packages/polygen/src/api/Module.ts:34
Function
install_polygen
()
packages/polygen/polygen.rb:1
Function
instantiateStreaming
( source: Response | PromiseLike<Response>, importObject?: ImportObject )
packages/polygen/src/api/WebAssembly.ts:74
Method
isEmpty
* A boolean value indicating whether the reader has reached the end of the binary data.
packages/binary-utils/src/binary-reader.ts:43
Function
isErrnoError
(e: unknown)
packages/polygen-cli/src/helpers/errors.ts:26
Method
isFreshLine
()
packages/codegen/src/source-builder/source-writer.ts:130
Method
isFull
* A boolean value indicating whether the writer has reached the end of the binary data.
packages/binary-utils/src/binary-writer.ts:50
Method
isMetadata
packages/polygen/cpp/ReactNativePolygen/w2c.cpp:35
Method
isMutable
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Global.h:90
Method
isOwned
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Global.h:94
Method
loadModule
packages/polygen/cpp/ReactNativePolygen/Loader.cpp:15
Method
loadModule
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:39
← previous
next →
401–500 of 615, ranked by callers