An open API service indexing awesome lists of open source software.

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

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

---