1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-25 14:31:08 +00:00
Alex Crichton a98b5ea2a0 Add WebIDL support for the ArrayBuffer type
Should help enable a slew of new bindings as well.
2018-08-04 16:34:12 -05:00

6 lines
106 B
Plaintext
Vendored

[Constructor]
interface ArrayBufferTest {
ArrayBuffer getBuffer();
void setBuffer(ArrayBuffer? b);
};