Skip to content

Commit 1dfa79d

Browse files
committed
updated deps
1 parent a281544 commit 1dfa79d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

wasm/example/public/rsa.wasm

372 KB
Binary file not shown.

wasm/example/src/caller.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as flatbuffers from 'flatbuffers';
2-
import {GenerateRequest} from "../libs/model/generate-request";
3-
import {KeyPairResponse} from "../libs/model/key-pair-response";
2+
import {GenerateRequest, KeyPairResponse} from "../libs/model";
43

54
export const GenerateSample = async () => {
65

0 commit comments

Comments
 (0)