wasm-bindgen/tests
Alex Crichton 4a4f8b18b6 Rename static to namespace
This commit renames the `static` attribute to `namespace` and simultaneously
reduces and expands the scope. The `namespace` attribute can now be applied to
all imports in addition to functions, and it no longer recognizes full typed
paths but rather just a bare identifier. The `namespace` attribute will generate
a Rust namespace to invoke the item through if one doesn't already exist (aka
bindign a type).
2018-03-21 09:55:16 -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 Rename static to namespace 2018-03-21 09:55:16 -07: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