mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-22 01:01:34 +00:00
Implement getter/setter bindings
This commit is contained in:
@ -95,7 +95,8 @@ pub fn project() -> Project {
|
||||
"strictFunctionTypes": true,
|
||||
"strictNullChecks": true,
|
||||
"alwaysStrict": true,
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"target": "es5"
|
||||
}
|
||||
}
|
||||
"#.to_string()),
|
||||
|
Reference in New Issue
Block a user