tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
ShouldConvertswastfileTestsuiteToWasmFileFormat
tagion
testbench
tvm
wasm_testsuite
Undocumented in source.
@
safe
@
Scenario
("should converts #wast-file testsuite to wasm file format", [])
class
ShouldConvertswastfileTestsuiteToWasmFileFormat {
string
wast_file
;
string
wasm_file
;
WastTokenizer
tokenizer
;
WasmWriter
writer
;
this
(string wast_file);
Document
file
();
Document
webAssembly
();
Document
wasmfile
();
}
Constructors
this
this
(string wast_file)
Undocumented in source.
Members
Functions
file
Document
file
()
Undocumented in source. Be warned that the author may not have intended to support it.
wasmfile
Document
wasmfile
()
Undocumented in source. Be warned that the author may not have intended to support it.
webAssembly
Document
webAssembly
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
tokenizer
WastTokenizer
tokenizer
;
Undocumented in source.
wasm_file
string
wasm_file
;
Undocumented in source.
wast_file
string
wast_file
;
Undocumented in source.
writer
WasmWriter
writer
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
tvm
wasm_testsuite
aliases
FeatureContext
classes
ShouldConvertswastfileTestsuiteToWasmFileFormat
ShouldLoadAwasmfileAndConvertItIntoBetterC
ShouldTranspileTheWasmFileToBetterCFileAndExecutionIt
manifest constants
feature
static variables
testsuite