Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal_wamr
v0.1.0
Top Level Namespace
CrystalWamr
Argv
Func
Input
Sys
WamrConfig
WASM
Generated using Crystal 1.14.0
2024-11-26 09:05:31 UTC
class
CrystalWamr::
WamrConfig
CrystalWamr::WamrConfig
Reference
Object
Included Modules
JSON::Serializable
Defined in:
crystal_wamr_config.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#file
: String
#file=
(file : String)
#func
: Array(Func)
#func=
(func : Array(Func))
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
file
: String
#
[
View source
]
def
file=
(file : String)
#
[
View source
]
def
func
: Array(
Func
)
#
[
View source
]
def
func=
(func : Array(
Func
))
#
[
View source
]