-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm-compose: implement a new
CompositionGraph
API. (#807)
This commit implements a new `CompositionGraph` API that allows for building a composition with more flexibility than what the `ComponentComposer` API supports. The `CompositionGraph` is geared towards live-editing of a composition graph. This commit also reimplements `ComponentComposer` using the composition graph. The previous instance graph and the encoding implementation for it have been removed.
- Loading branch information
1 parent
3094923
commit cdba43d
Showing
27 changed files
with
2,733 additions
and
1,409 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
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
Oops, something went wrong.