mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-19 11:26:34 +00:00
test[typescript]: add IByteBuffer interface to ByteBuffer
This commit is contained in:
@@ -13,6 +13,7 @@ type WasmExports = {
|
||||
let wasm: WasmExports;
|
||||
|
||||
try {
|
||||
// nodejs环境无法使用
|
||||
wasm = new WebAssembly.Instance(
|
||||
new WebAssembly.Module(
|
||||
new Uint8Array([
|
||||
|
||||
Reference in New Issue
Block a user