Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm-wasm
/
elide.runtime.plugins.wasm
/
WasmConfig
Wasm
Config
@
DelicateElideApi
class
WasmConfig
:
AbstractLanguageConfig
Members
Properties
executable
Link copied to clipboard
var
executable
:
String
?
executable
List
Link copied to clipboard
var
executableList
:
List
<
String
>
?
resources
Path
Link copied to clipboard
var
resourcesPath
:
String
?
Functions
bindings
Link copied to clipboard
fun
bindings
(
block
:
MutableMap
<
String
,
Any
>
.
(
)
->
Unit
)