1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-06-15 09:51:21 +00:00
Files
.circleci
.github
examples
integration_tests
lib
clif-backend
emscripten
build
emtests
src
tests
emtests
_common.rs
clock_gettime.rs
emscripten_get_compiler_setting.rs
env.rs
fs_exports.rs
getvalue_setvalue.rs
legacy_exported_runtime_numbers.rs
localtime.rs
mod.rs
modularize_closure_pre.rs
printf.rs
puts.rs
stackalloc.rs
syscalls.rs
test_addr_of_stacked.rs
test_alloca.rs
test_alloca_stack.rs
test_array2.rs
test_array2b.rs
test_atomic.rs
test_atox.rs
test_bsearch.rs
test_ccall.rs
test_complex.rs
test_demangle_stacks.rs
test_demangle_stacks_noassert.rs
test_dlmalloc_partial_2.rs
test_double_varargs.rs
test_em_asm.rs
test_em_asm_2.rs
test_em_asm_parameter_pack.rs
test_em_asm_signatures.rs
test_em_asm_unicode.rs
test_em_asm_unused_arguments.rs
test_em_js.rs
test_emscripten_api.rs
test_erf.rs
test_errar.rs
test_exceptions_2.rs
test_exceptions_multi.rs
test_exceptions_std.rs
test_exceptions_white_list.rs
test_execvp.rs
test_fast_math.rs
test_flexarray_struct.rs
test_float32_precise.rs
test_float_builtins.rs
test_frexp.rs
test_funcptr.rs
test_funcptr_namecollide.rs
test_funcptrfunc.rs
test_funcs.rs
test_functionpointer_libfunc_varargs.rs
test_fwrite_0.rs
test_getcwd.rs
test_getgep.rs
test_getloadavg.rs
test_getopt.rs
test_getopt_long.rs
test_globaldoubles.rs
test_globals.rs
test_gmtime.rs
test_hello_world.rs
test_i16_emcc_intrinsic.rs
test_i32_mul_precise.rs
test_i64.rs
test_i64_4.rs
test_i64_7z.rs
test_i64_cmp2.rs
test_i64_i16.rs
test_i64_llabs.rs
test_i64_precise.rs
test_i64_precise_needed.rs
test_i64_precise_unneeded.rs
test_i64_qdouble.rs
test_i64_umul.rs
test_i64_varargs.rs
test_i64_zextneg.rs
test_if.rs
test_if_else.rs
test_indirectbr.rs
test_indirectbr_many.rs
test_isnan.rs
test_libcextra.rs
test_libgen.rs
test_literal_negative_zero.rs
test_llrint.rs
test_llvm_fabs.rs
test_llvm_intrinsics.rs
test_llvmswitch.rs
test_longjmp.rs
test_longjmp2.rs
test_longjmp3.rs
test_longjmp4.rs
test_longjmp_exc.rs
test_longjmp_funcptr.rs
test_longjmp_repeat.rs
test_longjmp_stacked.rs
test_longjmp_throw.rs
test_longjmp_unwind.rs
test_loop.rs
test_lower_intrinsics.rs
test_main_thread_async_em_asm.rs
test_mainenv.rs
test_mathfuncptr.rs
test_memcpy2.rs
test_memcpy3.rs
test_memcpy_memcmp.rs
test_memmove.rs
test_memmove2.rs
test_memmove3.rs
test_memset.rs
test_mmap.rs
test_negative_zero.rs
test_nested_struct_varargs.rs
test_nl_types.rs
test_perrar.rs
test_phiundef.rs
test_pipe.rs
test_poll.rs
test_posixtime.rs
test_printf_2.rs
test_printf_more.rs
test_regex.rs
test_relocatable_void_function.rs
test_rounding.rs
test_set_align.rs
test_siglongjmp.rs
test_sintvars.rs
test_sizeof.rs
test_sscanf.rs
test_sscanf_3.rs
test_sscanf_4.rs
test_sscanf_5.rs
test_sscanf_6.rs
test_sscanf_caps.rs
test_sscanf_float.rs
test_sscanf_hex.rs
test_sscanf_n.rs
test_sscanf_other_whitespace.rs
test_sscanf_skip.rs
test_sscanf_whitespace.rs
test_stack_varargs.rs
test_stack_void.rs
test_statvfs.rs
test_std_cout_new.rs
test_strcasecmp.rs
test_strcmp_uni.rs
test_strftime.rs
test_strings.rs
test_strndup.rs
test_strptime_days.rs
test_strptime_reentrant.rs
test_strstr.rs
test_strtod.rs
test_strtok.rs
test_strtol_bin.rs
test_strtol_dec.rs
test_strtol_hex.rs
test_strtol_oct.rs
test_strtold.rs
test_strtoll_bin.rs
test_strtoll_dec.rs
test_strtoll_hex.rs
test_strtoll_oct.rs
test_struct_varargs.rs
test_time_c.rs
test_tracing.rs
test_transtrcase.rs
test_trickystring.rs
test_uname.rs
test_unary_literal.rs
test_utf.rs
test_varargs.rs
test_varargs_multi.rs
test_vfs.rs
test_vprintf.rs
test_vsnprintf.rs
test_wprintf.rs
test_write_stdout_fileno.rs
test_zero_multiplication.rs
test_zerodiv.rs
emtest.rs
Cargo.toml
llvm-backend
runtime
runtime-abi
runtime-c-api
runtime-core
spectests
win-exception-handler
.gitignore
README.md
src
.appveyor.yml
.gitattributes
.gitignore
ARCHITECTURE.md
ATTRIBUTIONS.md
Cargo.lock
Cargo.toml
LICENSE
Makefile
README.md
binary-name.sh
bors.toml
install.sh
logo.png
rustfmt.toml
wasmer/lib/emscripten/tests/emtests/test_em_js.rs

11 lines
199 B
Rust
Raw Normal View History

2018-12-27 01:46:41 -06:00
#[test]
#[ignore]
fn test_test_em_js() {
assert_emscripten_output!(
"../../emtests/test_em_js.wasm",
"test_em_js",
vec![],
"../../emtests/test_em_js.out"
);
}