1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-22 13:10:51 +00:00

6 lines
106 B
Plaintext
Raw Normal View History

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