test[typescript]: add IByteBuffer interface to ByteBuffer

This commit is contained in:
godotg
2023-12-12 13:02:19 +08:00
parent d71e3d1d8d
commit e2fc5eef97
@@ -13,6 +13,7 @@ type WasmExports = {
let wasm: WasmExports;
try {
// nodejs环境无法使用
wasm = new WebAssembly.Instance(
new WebAssembly.Module(
new Uint8Array([