mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
Support passing JS objects through Rust
This commit is contained in:
@ -63,6 +63,8 @@ pub enum Type {
|
||||
ByValue(String),
|
||||
ByRef(String),
|
||||
ByMutRef(String),
|
||||
JsObject,
|
||||
JsObjectRef,
|
||||
}
|
||||
|
||||
impl Type {
|
||||
|
Reference in New Issue
Block a user