https://github.com/tricked-dev/rustwasmboilerplate
https://github.com/tricked-dev/rustwasmboilerplate
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tricked-dev/rustwasmboilerplate
- Owner: Tricked-dev
- Created: 2023-11-03T18:54:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T13:47:40.000Z (over 2 years ago)
- Last Synced: 2025-01-16T10:17:17.981Z (about 1 year ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Wasm Boilerplate Rust
This is a pure wasm without wasm_bindgen example to get started with wasm including making a promise based api and accepting buffers and returning them.
It creates wasm binaries that are less than 200kb by default due to the optimization options applied to cargo.
Having smaller wasm binary size makes loading them faster.
btw i have no idea what im doing when writing wasm and rust and if you have better ways to do anything in this repo please make a pull request or issue so other people can benefit from your knowledge
I also made a little blog about it not that its all that useful just seo stuff ig