wasm-bindgen/examples
Alex Crichton 8cb792474c Fully update threading support for LLVM 9
Support has landed in rust-lang/rust for full support for LLVM 9's
interpretation of WebAssembly threads. This commit updates our thread
transformation pass to take all this into account, namely:

* The threadign pass now runs by default and is keyed on whether memory
  is shared, not off an env var.
* TLS is initialized in addition to memory on each thread.
* Stack pointer finding is tweaked to account for the TLS base also
  being a mutable global.
* The build of the parallel raytrace example was updated to use today's
  nightly.
2019-07-30 09:17:23 -07:00
..
add Bump to 0.2.48 2019-07-11 15:02:39 -07:00
canvas Bump to 0.2.48 2019-07-11 15:02:39 -07:00
char Bump to 0.2.48 2019-07-11 15:02:39 -07:00
closures Bump to 0.2.48 2019-07-11 15:02:39 -07:00
console_log Bump to 0.2.48 2019-07-11 15:02:39 -07:00
dom Bump to 0.2.48 2019-07-11 15:02:39 -07:00
duck-typed-interfaces Bump to 0.2.48 2019-07-11 15:02:39 -07:00
fetch Bump to 0.2.48 2019-07-11 15:02:39 -07:00
guide-supported-types-examples Bump to 0.2.48 2019-07-11 15:02:39 -07:00
hello_world Bump to 0.2.48 2019-07-11 15:02:39 -07:00
import_js Bump to 0.2.48 2019-07-11 15:02:39 -07:00
julia_set Bump to 0.2.48 2019-07-11 15:02:39 -07:00
paint Bump to 0.2.48 2019-07-11 15:02:39 -07:00
performance Bump to 0.2.48 2019-07-11 15:02:39 -07:00
raytrace-parallel Fully update threading support for LLVM 9 2019-07-30 09:17:23 -07:00
request-animation-frame Bump to 0.2.48 2019-07-11 15:02:39 -07:00
todomvc Bump to 0.2.48 2019-07-11 15:02:39 -07:00
wasm2js Bump to 0.2.48 2019-07-11 15:02:39 -07:00
wasm-in-wasm Bump to 0.2.48 2019-07-11 15:02:39 -07:00
webaudio Bump to 0.2.48 2019-07-11 15:02:39 -07:00
webgl Bump to 0.2.48 2019-07-11 15:02:39 -07:00
websockets Bump to 0.2.48 2019-07-11 15:02:39 -07:00
without-a-bundler Bump to 0.2.48 2019-07-11 15:02:39 -07:00
without-a-bundler-no-modules docs: update docs link 2019-05-26 16:43:00 +09:00
.gitignore Convert all examples to using wasm-pack 2019-01-17 08:37:32 -08:00
README.md docs: update docs link 2019-05-26 16:43:00 +09:00

Examples

This directory contains a number of Cargo projects that are all examples of how to use wasm-bindgen in various contexts. More documentation can be found online