mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-19 11:40:51 +00:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
[Constructor]
|
||
|
interface ArrayBufferTest {
|
||
|
ArrayBuffer getBuffer();
|
||
|
void setBuffer(ArrayBuffer? b);
|
||
|
};
|