-
Notifications
You must be signed in to change notification settings - Fork 5k
[WASM] Converting runtime JS to TS #55871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d319055
Converted JS to TS and made build work
Daniel-Genkin f53ea70
cleanup
Daniel-Genkin f4515f5
split up glueForTSC
Daniel-Genkin 797ece8
cleanup of markdown and formatting
Daniel-Genkin 7ea904d
added tsc step to linux build
536962e
+ renamed build folder to bin
Daniel-Genkin d9ef3b4
Updated ci ubuntu image version
Daniel-Genkin 48e1ec2
Merge branch 'wasm_ts' of https://github.com/Daniel-Genkin/runtime in…
Daniel-Genkin 63631d1
replaced most `this` with the corresponding namespace to help tsc tra…
Daniel-Genkin dc7523e
addressed PR comments
Daniel-Genkin b9c909f
replaced hardcoded numbers with enums + fixed tsc exit code 1 error
Daniel-Genkin 6bdfd80
Added a TON of types to binding-suppoprt.ts + Fixed windows build on CI
Daniel-Genkin 5d329ab
Added a TON of types to library-mono.ts
Daniel-Genkin 500962e
More types
Daniel-Genkin 1a0bead
A bit more types + fix for windows ci build failure
Daniel-Genkin 0d35bb1
Added more types
Daniel-Genkin a57bd53
Added more types
Daniel-Genkin 3306d9b
Merge branch 'main' of https://github.com/dotnet/runtime into wasm_ts
Daniel-Genkin e93c8f5
Addressed PR comments
Daniel-Genkin 359856e
Added typescript to windows build (Thanks Radek)
Daniel-Genkin b2debaf
Merge branch 'main' of https://github.com/dotnet/runtime into wasm_ts
Daniel-Genkin 380cfa2
Slightly better type for function
Daniel-Genkin 00898d9
Merge branch 'main' of https://github.com/dotnet/runtime into wasm_ts
Daniel-Genkin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,3 +1,4 @@ | ||
!Makefile | ||
.stamp-wasm-install-and-select* | ||
emsdk | ||
runtime/build |
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.