Skip to content

Instantly share code, notes, and snippets.

@andrei-cacio
Last active June 3, 2018 12:47
Show Gist options
  • Save andrei-cacio/338ac725e3c04c3b67d625f5e85d50e9 to your computer and use it in GitHub Desktop.
Save andrei-cacio/338ac725e3c04c3b67d625f5e85d50e9 to your computer and use it in GitHub Desktop.
$ rustc +nightly --target wasm32-unknown-unknown -O vector.rs
$ wasm-gc vector.wasm vector.wasm
$ python -m SimpleHTTPServer # Power up an inline HTTP server on port 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment