sokol-d ~master (2025-06-29T14:26:06.5881747)
Dub
Repo
EmLinkOptions
build
Undocumented in source.
struct
EmLinkOptions {
string
target
;
string
optimize
;
string
lib_main
;
string
vendor
;
string
shell_file_path
;
SokolBackend
backend
;
bool
release_use_closure
;
bool
release_use_lto
;
bool
use_emmalloc
;
bool
use_filesystem
;
bool
use_imgui
;
bool
verbose
;
string
[]
extra_args
;
}
Members
Variables
backend
SokolBackend
backend
;
Undocumented in source.
extra_args
string
[]
extra_args
;
lib_main
string
lib_main
;
optimize
string
optimize
;
Undocumented in source.
release_use_closure
bool
release_use_closure
;
release_use_lto
bool
release_use_lto
;
shell_file_path
string
shell_file_path
;
Undocumented in source.
target
string
target
;
use_emmalloc
bool
use_emmalloc
;
use_filesystem
bool
use_filesystem
;
use_imgui
bool
use_imgui
;
vendor
string
vendor
;
verbose
bool
verbose
;
Undocumented in source.
Meta
Source
See Implementation
build
enums
SokolBackend
functions
buildLibSokol
buildShaders
compileSource
compileSources
defaultCompiler
defaultTarget
download
downloadAndExtract
emLinkStep
emRunStep
emSdkSetupStep
embuilderStep
executeOrFail
extractZip
findProgram
getEmSDK
getIMGUI
getSHDC
isAArch64
isWindows
linkLibrary
main
resolveSokolBackend
manifest constants
emsdk_version
imgui_version
structs
EmLinkOptions
EmRunOptions
EmbuilderOptions
LibSokolOptions