Add build configuration for Mac (#110)
* Add build configuration for Mac This patch implements Mac build basically based on Linux platform implementations and configurations. The document to build it on Mac has been updated as well. * Update wasm_application.h * Update lib_export.h Add comments for the functions.
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "wasm.h"
|
||||
#include "wasm_application.h"
|
||||
#include "wasm_interp.h"
|
||||
#include "wasm_runtime.h"
|
||||
#include "wasm_thread.h"
|
||||
|
||||
Reference in New Issue
Block a user