Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajandhyala committed Oct 19, 2024
1 parent 1ca6d6a commit cb6408b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/web/lib/wasm/wasm-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,7 @@ export interface OrtInferenceAPIs {
/**
* The interface of the WebAssembly module for ONNX Runtime, compiled from C++ source code by Emscripten.
*/
export interface OrtWasmModule
extends EmscriptenModule,
OrtInferenceAPIs,
Partial<JSEP.Module> {
export interface OrtWasmModule extends EmscriptenModule, OrtInferenceAPIs, Partial<JSEP.Module> {
PTR_SIZE: number;
// #region emscripten functions
stackSave(): number;
Expand Down

0 comments on commit cb6408b

Please sign in to comment.