mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-09 17:28:58 +00:00
6 lines
223 B
TypeScript
6 lines
223 B
TypeScript
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
|
// Licensed under the MIT License.
|
||
|
|
|
||
|
|
import {OnnxruntimeWebAssemblyBackend} from './backend-wasm';
|
||
|
|
export const wasmBackend = new OnnxruntimeWebAssemblyBackend();
|