mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
10 lines
272 B
Markdown
10 lines
272 B
Markdown
|
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
|
||
|
```
|