Fix fast interpreter i64 shift issue for non-x86 arch (#319)
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "lib-export.h"
|
||||
|
||||
/* TODO: use macro EXPORT_WASM_API() or EXPORT_WASM_API2() to add functions to register. */
|
||||
|
||||
NativeSymbol extended_native_symbol_defs[] = {
|
||||
|
||||
/*EXPORT_WASM_API(publish_event)*/
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user