-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
295 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import WasmInstance from './manager/wasmInstance'; | ||
import Pipeline from './pipeline/wasmInstance'; | ||
import LiveCompositor, { setWasmBundleUrl } from './compositor'; | ||
|
||
export { WasmInstance, LiveCompositor, setWasmBundleUrl }; | ||
export { Pipeline as WasmInstance, LiveCompositor, setWasmBundleUrl }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
159 changes: 0 additions & 159 deletions
159
ts/@live-compositor/web-wasm/src/manager/wasmInstance.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.