wasmer/emtests
2018-12-09 18:27:50 -08:00
..
localtime.c Added basic emscripten tests 2018-12-09 17:50:53 -08:00
localtime.output Added example output 2018-12-09 18:27:50 -08:00
localtime.wasm Added basic emscripten tests 2018-12-09 17:50:53 -08:00
README.md Added basic emscripten tests 2018-12-09 17:50:53 -08:00

This directory contains tests for unit testing each of the functions/syscalls that Emscripten will be doing.

If you want to generate the wasm files, you will just need to:

emcc localtime.c -o localtime.js
# Delte the js file, as we don't need it
rm localtime.js