Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/app-configuration
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
WebAssembly
Module WebAssembly
Package version
Index
Interfaces
Compile
Error
Global
Global
Descriptor
Instance
Link
Error
Memory
Memory
Descriptor
Module
Module
Export
Descriptor
Module
Import
Descriptor
Runtime
Error
Table
Table
Descriptor
Web
Assembly
Instantiated
Source
Type aliases
Export
Value
Exports
Import
Export
Kind
Import
Value
Imports
Module
Imports
Table
Kind
Value
Type
Variables
Compile
Error
Global
Instance
Link
Error
Memory
Module
Runtime
Error
Table
Functions
compile
compile
Streaming
instantiate
instantiate
Streaming
validate
Type aliases
Export
Value
Export
Value
:
Function
|
Global
|
Memory
|
Table
Exports
Exports
:
Record
<
string
,
ExportValue
>
Import
Export
Kind
Import
Export
Kind
:
"function"
|
"table"
|
"memory"
|
"global"
Import
Value
Import
Value
:
ExportValue
|
number
Imports
Imports
:
Record
<
string
,
ModuleImports
>
Module
Imports
Module
Imports
:
Record
<
string
,
ImportValue
>
Table
Kind
Table
Kind
:
"anyfunc"
Value
Type
Value
Type
:
"i32"
|
"i64"
|
"f32"
|
"f64"
Variables
Compile
Error
Compile
Error
:
{
constructor
:
any
;
prototype
:
CompileError
}
Type declaration
constructor
:
function
new __type
(
)
:
CompileError
Returns
CompileError
prototype
:
CompileError
Global
Global
:
{
constructor
:
any
;
prototype
:
Global
}
Type declaration
constructor
:
function
new __type
(
descriptor
:
GlobalDescriptor
, v
?:
any
)
:
Global
Parameters
descriptor:
GlobalDescriptor
Optional
v:
any
Returns
Global
prototype
:
Global
Instance
Instance
:
{
constructor
:
any
;
prototype
:
Instance
}
Type declaration
constructor
:
function
new __type
(
module
:
Module
, importObject
?:
Imports
)
:
Instance
Parameters
module:
Module
Optional
importObject:
Imports
Returns
Instance
prototype
:
Instance
Link
Error
Link
Error
:
{
constructor
:
any
;
prototype
:
LinkError
}
Type declaration
constructor
:
function
new __type
(
)
:
LinkError
Returns
LinkError
prototype
:
LinkError
Memory
Memory
:
{
constructor
:
any
;
prototype
:
Memory
}
Type declaration
constructor
:
function
new __type
(
descriptor
:
MemoryDescriptor
)
:
Memory
Parameters
descriptor:
MemoryDescriptor
Returns
Memory
prototype
:
Memory
Module
Module
:
{
constructor
:
any
;
prototype
:
Module
;
customSections
:
any
;
exports
:
any
;
imports
:
any
}
Type declaration
constructor
:
function
new __type
(
bytes
:
BufferSource
)
:
Module
Parameters
bytes:
BufferSource
Returns
Module
prototype
:
Module
custom
Sections
:
function
custom
Sections
(
moduleObject
:
Module
, sectionName
:
string
)
:
ArrayBuffer
[]
Parameters
moduleObject:
Module
sectionName:
string
Returns
ArrayBuffer
[]
exports
:
function
exports
(
moduleObject
:
Module
)
:
ModuleExportDescriptor
[]
Parameters
moduleObject:
Module
Returns
ModuleExportDescriptor
[]
imports
:
function
imports
(
moduleObject
:
Module
)
:
ModuleImportDescriptor
[]
Parameters
moduleObject:
Module
Returns
ModuleImportDescriptor
[]
Runtime
Error
Runtime
Error
:
{
constructor
:
any
;
prototype
:
RuntimeError
}
Type declaration
constructor
:
function
new __type
(
)
:
RuntimeError
Returns
RuntimeError
prototype
:
RuntimeError
Table
Table
:
{
constructor
:
any
;
prototype
:
Table
}
Type declaration
constructor
:
function
new __type
(
descriptor
:
TableDescriptor
)
:
Table
Parameters
descriptor:
TableDescriptor
Returns
Table
prototype
:
Table
Functions
compile
compile
(
bytes
:
BufferSource
)
:
Promise
<
Module
>
Parameters
bytes:
BufferSource
Returns
Promise
<
Module
>
compile
Streaming
compile
Streaming
(
source
:
Response
|
Promise
<
Response
>
)
:
Promise
<
Module
>
Parameters
source:
Response
|
Promise
<
Response
>
Returns
Promise
<
Module
>
instantiate
instantiate
(
bytes
:
BufferSource
, importObject
?:
Imports
)
:
Promise
<
WebAssemblyInstantiatedSource
>
instantiate
(
moduleObject
:
Module
, importObject
?:
Imports
)
:
Promise
<
Instance
>
Parameters
bytes:
BufferSource
Optional
importObject:
Imports
Returns
Promise
<
WebAssemblyInstantiatedSource
>
Parameters
moduleObject:
Module
Optional
importObject:
Imports
Returns
Promise
<
Instance
>
instantiate
Streaming
instantiate
Streaming
(
response
:
Response
|
PromiseLike
<
Response
>
, importObject
?:
Imports
)
:
Promise
<
WebAssemblyInstantiatedSource
>
Parameters
response:
Response
|
PromiseLike
<
Response
>
Optional
importObject:
Imports
Returns
Promise
<
WebAssemblyInstantiatedSource
>
validate
validate
(
bytes
:
BufferSource
)
:
boolean
Parameters
bytes:
BufferSource
Returns
boolean
Globals
Externals
Reflect
Web
Assembly
Compile
Error
Global
Global
Descriptor
Instance
Link
Error
Memory
Memory
Descriptor
Module
Module
Export
Descriptor
Module
Import
Descriptor
Runtime
Error
Table
Table
Descriptor
Web
Assembly
Instantiated
Source
Export
Value
Exports
Import
Export
Kind
Import
Value
Imports
Module
Imports
Table
Kind
Value
Type
Compile
Error
Global
Instance
Link
Error
Memory
Module
Runtime
Error
Table
compile
compile
Streaming
instantiate
instantiate
Streaming
validate
Generated using
TypeDoc