mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
a98b5ea2a0
Should help enable a slew of new bindings as well.
6 lines
106 B
Plaintext
Vendored
6 lines
106 B
Plaintext
Vendored
[Constructor]
|
|
interface ArrayBufferTest {
|
|
ArrayBuffer getBuffer();
|
|
void setBuffer(ArrayBuffer? b);
|
|
};
|