wasm-bindgen/tests
Alex Crichton 8e894fcfc5 Implement static imports
This allows importing static objects like `document`, `window`, or an arbitrary
JS object from a module
2018-03-21 08:09:59 -07:00
..
api.rs Add an option to detect node at runtime 2018-03-07 08:50:56 -08:00
classes.rs Support passing custom types by value into JS imports 2018-03-16 00:09:18 +00:00
dependencies.rs Add a test for using a dependency's types in bindings 2018-03-07 11:57:51 -08:00
enums.rs fix: remove unwanted no_mangle and extern wherever applicable 2018-03-05 23:25:15 +01:00
import-class.rs fix: remove unwanted no_mangle and extern wherever applicable 2018-03-05 23:25:15 +01:00
imports.rs Implement static imports 2018-03-21 08:09:59 -07:00
jsobjects.rs fix: remove unwanted no_mangle and extern wherever applicable 2018-03-05 23:25:15 +01:00
math.rs Add more math intrinsics to test 2018-03-19 14:23:54 -07:00
non-debug.rs fix: remove unwanted no_mangle and extern wherever applicable 2018-03-05 23:25:15 +01:00
simple.rs Merge branch 'master' into fix-no-mangle 2018-03-05 23:26:22 +01:00
slice.rs fix: remove unwanted no_mangle and extern wherever applicable 2018-03-05 23:25:15 +01:00