Alex Crichton
|
906cd7adcc
|
Remove usage of wasm_import_module feature
This is now stabilized! Also tweak usage of it to the stable version.
|
2018-07-21 19:00:40 -07:00 |
|
Alex Crichton
|
a949482e3a
|
Remove usage of #[wasm_custom_section] (#509)
This has been stabilized on nightly as `#[link_section]`, so no need for an
unstable attribute any more. Yay!
|
2018-07-19 08:57:18 -05:00 |
|
Alex Crichton
|
ed05c7b945
|
Fix compile on latest nightly (#489)
|
2018-07-17 09:11:30 -05:00 |
|
R. Andrew Ohana
|
9127a0419f
|
rustfmt all the things
|
2018-06-27 22:42:34 -07:00 |
|
Robert Masen
|
4ddd93d75d
|
add char support (#206)
* add char support
* add char test
* remove __wbindgen_char fns
* re-order travis script
* update serve script
* remove binds to unused char functions
* add more wide character items to chars list
* remove unused code
* add char to readme
* remove built file
|
2018-05-22 12:34:41 -05:00 |
|