package wasm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Library to read and write WebAssembly (Wasm) files and manipulate their AST
Install
dune-project
Dependency
Authors
Maintainers
Sources
opam-2.0.2.zip
md5=5129a11a3426689d0e9e027b2d9b8d5e
sha256=6dae267d47b92ac1d6cb47b34ab4108c4cf7471f35969bf75676a1620a9284cb
doc/wasm/Wasm/Types/index.html
Module Wasm.Types
type result_type = value_type listtype extern_type = | ExternFuncType of func_type| ExternTableType of table_type| ExternMemoryType of memory_type| ExternGlobalType of global_type
val num_size : num_type -> intval vec_size : vec_type -> intval packed_size : pack_size -> intval packed_shape_size : pack_shape -> intval is_num_type : value_type -> boolval is_vec_type : value_type -> boolval is_ref_type : value_type -> boolval funcs : extern_type list -> func_type listval tables : extern_type list -> table_type listval memories : extern_type list -> memory_type listval globals : extern_type list -> global_type listval match_table_type : table_type -> table_type -> boolval match_memory_type : memory_type -> memory_type -> boolval match_extern_type : extern_type -> extern_type -> boolval string_of_num_type : num_type -> stringval string_of_vec_type : vec_type -> stringval string_of_ref_type : ref_type -> stringval string_of_refed_type : ref_type -> stringval string_of_value_type : value_type -> stringval string_of_value_types : value_type list -> stringval string_of_memory_type : memory_type -> stringval string_of_table_type : table_type -> stringval string_of_global_type : global_type -> stringval string_of_result_type : value_type list -> stringval string_of_func_type : func_type -> stringval string_of_extern_type : extern_type -> string sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>