-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP WASM demo #24
WIP WASM demo #24
Conversation
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.
Generally it looks like we have the setup now working.
Now it's about making the actual demo. What's being displayed right now doesn't tell the reader much.
You have a good description in the lib.rs
. How about getting that visualised on the website. Either, just displaying all of it at once, or, to be more interactive and engaging, only show the next step on clicking a button.
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.
Cancelling for now to get the fixes in.
Please re-request when that's done and convert it to a PR when you're done.
Join pseudonyms are of course not unique among all pseudonyms (each joined table includes the same join pseudonyms) but should be fresh w.r.t. to lake pseudonyms.
The bugs seem to be squashed now, at least going from the spot tests and by visual inspection of the demo. There are lots more things I could (and should) test for here, though. |
Ok, let me know when it is ready for review. |
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.
Thanks, let's get this in with the few nits addressed.
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.
Thanks, let's get this in with the few nits addressed.
Co-authored-by: Franziskus Kiefer <[email protected]>
Co-authored-by: Franziskus Kiefer <[email protected]>
Co-authored-by: Franziskus Kiefer <[email protected]>
This is a first step towards a ScrambleDB demo.
I'm not happy about it, but I ended up manipulating the DOM directly from Rust instead of casting to JS types and building the tables on the JS side.
Minimal todo:
Fix build by adding WASM target to CIunwraps()
I put in that causes this, which means there is a bug somewhere related to blinded tables.Of course there is much more to do for the demo to shine, at least: