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