-
Notifications
You must be signed in to change notification settings - Fork 40
wasm: Refactor fully to use symbolic indices #417
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
9ac6dac
wasm: Deprecate `NumIdx` for external use
Derppening 89f16fc
wasm: Store struct fields as `Seq` and require `SymIdx` for fields
Derppening c19ac6a
wasm: Store numeric indices as integers
Derppening 87706c2
wasm: Return `SymIdx` from `addLocal`
Derppening 090adb7
wasm: Make symbolic index for types mandatory
Derppening 747f649
wasm: Make symbolic index for functions mandatory
Derppening 54dcfdf
wasm: Emit `$$tag` instead of `FieldIdx(0)`
Derppening 7dfdf6e
wasm: Make symbolic index for function imports mandatory
Derppening 17b4f56
wasm: Name imported memory
Derppening ed07049
wasm: Use symbolic index for constructor invocation
Derppening 778b6ba
wasm: Use monotonically increasing counter for object tags
Derppening 3d65594
Merge branch 'hkmc2' into refactor/use-symidx
LPTK 0d69b6e
wasm: Use `Opt[Str]` for function exports
Derppening d0950a3
Remove deprecation for `TypeInfo` constructor with optional ID
Derppening 87097c8
wasm: Update `Ctx` documentation
Derppening 4ef7968
wasm: Remove redundant tag number check
Derppening b1185fc
wasm: Fix typo
Derppening 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
Oops, something went wrong.
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.