Call emcc with ERROR_ON_UNDEFINED_SYMBOLS

This commit is contained in:
Brian Anderson 2016-09-25 20:47:00 +00:00
parent 834bbab11b
commit d997a6291f
6 changed files with 28 additions and 8 deletions

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-emscripten missing rust_begin_unwind
#![feature(lang_items, start, collections)]
#![no_std]