-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add content on WASM #77
Comments
I have been doing much work with RUST and wasm-bindgen |
@greenpdx would you like to work on this? |
I am using it in VueJS and running it in a browser I need to due two separate builds What would I have to do? |
Well, the way I go about it usually is come up with a number of learning objectives, keeping in mind the target audience, which generally is university CS students. Next, come up with a list of topics that may be of interest, and check whether they really fit the target audience and learning objectives. With that, you can already start creating content. If you need any more specific guidance, please feel free to reach out in our Matrix channel: https://matrix.to/#/#teach-rs:matrix.org |
I created a template / repo that sets up the a project for running WASM in a browser. |
That looks really cool! Could form the basis of a number of exercises on WASM. Let's ensure the focus stays at Rust, and avoid requiring prior knowledge about Vue, though. |
It is vite only, it makes development easier. One command to compile rust
to wasm, and one to see the display.
The internal display is HTML only.
…On Sun, Dec 8, 2024, 12:19 Henk Oordt ***@***.***> wrote:
That looks really cool! Could form the basis of a number of exercises on
WASM. Let's ensure the focus stays at Rust, and avoid requiring prior
knowledge about Vue, though.
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDEGBQXWHJ4ANJVXI2YOE32ESERJAVCNFSM6AAAAABTEX4JC6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRWGMYDANJVGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Look at it now, I added 3D, in the threeD branch |
Add content on Web Assembly
Best would be to contribute it directly to the
restructure
branch while it's still unmerged. There's a file on that branch where the content could be added: https://github.com/tweedegolf/101-rs/blob/restructure/slides/D-rust-for-web/wasm.mdThe text was updated successfully, but these errors were encountered: