#
rust-wasm
Here are 71 public repositories matching this topic...
help wanted
We could use some help fixing this issue!
good first issue
This is a good issue for people who have never contributed to wasm-bindgen before
js-sys
Issues related to the `js-sys` crate
mgattozzi
commented
Jun 25, 2018
For those of us who do wasm and things regularly we're going to miss out on what is unclear or not explained well. Help us by filing issues on things that are unclear in the book! It's an easy task to get involved with, opens up more things for us to fix, and helps us find out what still needs improvement!
-
Updated
Feb 24, 2022 - Rust
Generate PDF files with JavaScript and WASM (WebAssembly)
-
Updated
Mar 21, 2022 - Rust
Native integration of Serde with wasm-bindgen
-
Updated
Jan 22, 2022 - Rust
A panic hook for wasm32-unknown-unknown that logs panics with console.error
-
Updated
Oct 11, 2021 - Rust
Deprecated in favor of rustwasm/wasm-pack-template or rustwasm/rust-webpack-template
-
Updated
Jul 30, 2018 - Shell
Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire.
-
Updated
Nov 13, 2021 - Vue
A WASM package and web app for encrypting and decrypting age-encrypted files, powered by rage.
-
Updated
Feb 19, 2022 - Vue
Rust-WebAssembly bindings to the xterm-js Javascript library
-
Updated
Feb 19, 2022 - Rust
A Rust library that provides a typesafe API to call javascript from a wasm program
-
Updated
Mar 4, 2019 - JavaScript
Example on compiling a Rust library into WebAssembly
-
Updated
Dec 2, 2018 - JavaScript
Rust clone of Boomshine targeting WebAssembly
-
Updated
Feb 17, 2022 - Rust
An example Yew web application
-
Updated
Oct 4, 2019 - Rust
-
Updated
May 15, 2021 - Rust
(old project) Elm to Rust compiler using a Rust macro
-
Updated
Feb 3, 2021 - Rust
My following of the Rust WASM Game of Life tutorial
rust
npm
browser
webpack
webassembly
wasm
webapp
webdev
rust-wasm
wasm-example
wasm-bindgen
webassembly-tutorial
wasm-pack
webassembly-demo
-
Updated
Feb 18, 2022 - Rust
Improve this page
Add a description, image, and links to the rust-wasm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rust-wasm topic, visit your repo's landing page and select "manage topics."
Motivation
I am using the following pattern to efficiently initialize a large buffer inside wasm memory from JavaScript without copies (see #1079 for full motivation):