https://github.com/ctrachte/rust-web-assembly
A sample project with wasm-pack, using the Rust programming language
https://github.com/ctrachte/rust-web-assembly
Last synced: about 1 year ago
JSON representation
A sample project with wasm-pack, using the Rust programming language
- Host: GitHub
- URL: https://github.com/ctrachte/rust-web-assembly
- Owner: ctrachte
- License: other
- Created: 2022-10-19T19:01:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T20:23:57.000Z (over 3 years ago)
- Last Synced: 2025-01-16T13:19:43.086Z (over 1 year ago)
- Language: JavaScript
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
Rust Web Assembly
A minimal web assembly implementation using Rust.
Key Features •
How To Use •
Download •
Credits •
Related •
License
## Key Features
* coming soon ...
## How To Use
*Before running this project, you must have Rust and Cargo installed, then install dependencies.*
1.) Compile to build locally:
- `wasm-pack build --target web`
2.) Or compile for npm:
- `wasm-pack build --target bundler`
- `cd pkg`
- `npm link`
# Run the app
```
$ cargo run build
```
## Credits
This software uses the following open source tools/languages:
- [WASM](https://developer.mozilla.org/en-US/docs/WebAssembly)
- [Rust](https://www.rust-lang.org/)
## Related
## Support
**coming soon ... **
## You may also like...
**coming soon ... **
## License
MIT
---