Docs.rs
wasm-encoder-0.235.0
wasm-encoder 0.235.0
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fitzgen
github:bytecodealliance:wasmtime-publish
Dependencies
leb128fmt ^0.1.0
normal
wasmparser ^0.235.0
normal
optional
anyhow ^1.0.58
dev
tempfile ^3.2.0
dev
wasmprinter ^0.235.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wasm_
encoder
0.235.0
In wasm_
encoder::
reencode::
utils
Functions
abstract_heap_type
array_type
block_type
catch
composite_type
const_expr
cont_type
custom_name_section
custom_section
data_index
element_index
element_items
entity_type
export_kind
field_type
func_type
function_index
global_index
global_type
handle
heap_type
ieee32_arg
ieee64_arg
indirect_name_map
instruction
intersperse_section_hook
mem_arg
memory_index
memory_type
name_map
new_function_with_parsed_locals
ordering
parse_code_section
parse_core_module
parse_custom_name_subsection
parse_custom_section
parse_data
parse_data_section
parse_element
parse_element_section
parse_export
parse_export_section
parse_function_body
parse_function_section
parse_global
parse_global_section
parse_import
parse_import_section
parse_instruction
parse_memory_section
parse_recursive_type_group
parse_table
parse_table_section
parse_tag_section
parse_type_section
parse_unknown_section
ref_type
storage_type
struct_type
sub_type
table_index
table_type
tag_index
tag_kind
tag_type
type_index
type_index_unpacked
val_type
wasm_encoder
::
reencode
::
utils
Function
ieee64_arg
Copy item path
Settings
Help
Summary
Source
pub fn ieee64_arg<T: ?
Sized
+
Reencode
>( _reencoder:
&mut T
, arg:
Ieee64
, ) ->
Ieee64
Available on
crate feature
wasmparser
only.