wasm-bindgen/examples
Jules Bertholet 7caeb3198e
Fix non-compliling examples (#2624)
* Fix non-compliling examples

* Add CI job to run cargo check (to ensure examples don't break in the future)
2021-07-19 09:11:36 -05:00
..
add Bump to 0.2.74 2021-05-10 07:08:17 -07:00
canvas Bump to 0.2.74 2021-05-10 07:08:17 -07:00
char Bump to 0.2.74 2021-05-10 07:08:17 -07:00
closures Bump to 0.2.74 2021-05-10 07:08:17 -07:00
console_log Bump to 0.2.74 2021-05-10 07:08:17 -07:00
deno Bump to 0.2.74 2021-05-10 07:08:17 -07:00
dom Bump to 0.2.74 2021-05-10 07:08:17 -07:00
duck-typed-interfaces Bump to 0.2.74 2021-05-10 07:08:17 -07:00
fetch Bump to 0.2.74 2021-05-10 07:08:17 -07:00
guide-supported-types-examples Fix non-compliling examples (#2624) 2021-07-19 09:11:36 -05:00
hello_world Bump to 0.2.74 2021-05-10 07:08:17 -07:00
import_js Bump to 0.2.74 2021-05-10 07:08:17 -07:00
julia_set Bump to 0.2.74 2021-05-10 07:08:17 -07:00
paint Bump to 0.2.74 2021-05-10 07:08:17 -07:00
performance Bump to 0.2.74 2021-05-10 07:08:17 -07:00
raytrace-parallel Bump to 0.2.74 2021-05-10 07:08:17 -07:00
request-animation-frame Bump to 0.2.74 2021-05-10 07:08:17 -07:00
todomvc Bump to 0.2.74 2021-05-10 07:08:17 -07:00
wasm2js Bump to 0.2.74 2021-05-10 07:08:17 -07:00
wasm-in-wasm Bump to 0.2.74 2021-05-10 07:08:17 -07:00
wasm-in-wasm-imports Bump to 0.2.74 2021-05-10 07:08:17 -07:00
wasm-in-web-worker Add wasm in web worker example (#2556) 2021-05-18 09:46:30 -05:00
weather_report Bump to 0.2.74 2021-05-10 07:08:17 -07:00
webaudio Bump to 0.2.74 2021-05-10 07:08:17 -07:00
webgl Upgraded examples/webgl to use WebGL2 instead of WebGL1 (#2609) 2021-07-12 09:08:55 -05:00
webrtc_datachannel Fix webrtc_datachannel example panic in Safari (#2616) 2021-07-13 09:05:42 -05:00
websockets Bump to 0.2.74 2021-05-10 07:08:17 -07:00
webxr Fix non-compliling examples (#2624) 2021-07-19 09:11:36 -05:00
without-a-bundler Bump to 0.2.74 2021-05-10 07:08:17 -07:00
without-a-bundler-no-modules Fix incorrect link to --target no-modules example (#2501) 2021-03-18 09:03:51 -05: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