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