Skip to content

Instantly share code, notes, and snippets.

@uchan-nos
Last active October 22, 2020 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uchan-nos/70743647157e135cdd8c78f31827910d to your computer and use it in GitHub Desktop.
Save uchan-nos/70743647157e135cdd8c78f31827910d to your computer and use it in GitHub Desktop.
Rust + Wasm

Ubuntu 18.04

$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
$ rustup target add wasm32-unknown-unknown
$ sudo apt install libssl-dev
$ cargo install wasm-bindgen-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment