https://github.com/a7ul/rust-module-in-javascript-blog-series
This repo contains the demo code for the blog series in medium
https://github.com/a7ul/rust-module-in-javascript-blog-series
blog javascript rust webassembly
Last synced: about 1 month ago
JSON representation
This repo contains the demo code for the blog series in medium
- Host: GitHub
- URL: https://github.com/a7ul/rust-module-in-javascript-blog-series
- Owner: a7ul
- Created: 2018-04-03T10:32:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T14:49:38.000Z (about 7 years ago)
- Last Synced: 2025-04-05T02:22:12.244Z (2 months ago)
- Topics: blog, javascript, rust, webassembly
- Language: JavaScript
- Size: 62.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using rust modules for JavaScript/Web Development [Blog series]
**This repo contains the demo code for the blog series in medium**
Part 1:
**Using rust modules for JavaScript/Web Development (Part 1 / 3) [Plain JS]**
https://medium.com/@atulanand94/using-rust-modules-for-javascript-web-development-part-i-e6dec27df7b2
----------------------------
Part 2:
**Using rust modules for JavaScript/Web Development (Part 2 / 3) [Webpack]**
https://medium.com/@atulanand94/using-rust-modules-for-javascript-web-development-part-2-7a86eaec5ee9
--------------------------
Part 3:
**Using rust modules for JavaScript/Web Development (Part 3/ 3) [NodeJS]**
https://medium.com/@atulanand94/using-rust-modules-for-javascript-web-development-part-3-3-nodejs-7c71e4ae23fe
--------------------------
### Folder structure:
- **web** -> Rust cargo project that implements a simple calculator.
- **webwasm** -> Pure JS project that is used to integrate js and wasm.
- **webpackasm** -> Webpack based project used to integrate js and rust.
- **noderust** -> Rust modules in nodejs using foreign function invocation.**PS: Do not forget to do npm install on the respective directories**