mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
Support passing booleans back and forth
This commit is contained in:
@ -65,6 +65,7 @@ pub enum Type {
|
||||
ByMutRef(String),
|
||||
JsObject,
|
||||
JsObjectRef,
|
||||
Boolean,
|
||||
}
|
||||
|
||||
impl Type {
|
||||
|
Reference in New Issue
Block a user