mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
Rename functions, remove escaped newlines
This commit is contained in:
committed by
Alex Crichton
parent
2249032ba8
commit
0ef528165f
@ -154,7 +154,7 @@ impl Descriptor {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_primitive(&self) -> bool {
|
||||
pub fn is_wasm_native(&self) -> bool {
|
||||
match *self {
|
||||
Descriptor::I32
|
||||
| Descriptor::U32
|
||||
@ -164,7 +164,7 @@ impl Descriptor {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_as_u32(&self) -> bool {
|
||||
pub fn is_abi_as_u32(&self) -> bool {
|
||||
match *self {
|
||||
Descriptor::I8
|
||||
| Descriptor::U8
|
||||
|
Reference in New Issue
Block a user