-
Notifications
You must be signed in to change notification settings - Fork 6
refactor(extension,kernel): Move kernel message handling to Kernel #142
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
Conversation
cb6e33f to
70e43cc
Compare
b3b1fa4 to
edda13e
Compare
|
#98 |
rekmarks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice 👌
packages/kernel/src/Kernel.ts
Outdated
| // Hopefully removed when we get to n+1 vats. | ||
| readonly #defaultVat: PromiseKit<Vat>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤣
217cb81 to
cc274b8
Compare
b2ff125 to
16f1b1f
Compare
16f1b1f to
af6ee52
Compare
rekmarks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!

Changes
@ocap/extension@ocap/kernelKernelStoreinterface to be supplied to theKernelconstructor.@ocap/extension's kernel worker intoKernel.