mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-18 15:31:25 +00:00
Whitelist send_with_u8_array slice (#2015)
* Whitelist send_with_u8_array slice Fixes #2014 * Fix send slice * Remove chromedriver comment * Get slice tests running in CI
This commit is contained in:
committed by
GitHub
parent
1e75e415b3
commit
bab83a7ff4
@ -244,6 +244,8 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
|
||||
"clearBufferfv",
|
||||
"clearBufferiv",
|
||||
"clearBufferuiv",
|
||||
// WebSocket
|
||||
"send",
|
||||
// TODO: Add another type's functions here. Leave a comment header with the type name
|
||||
])
|
||||
}
|
||||
|
Reference in New Issue
Block a user