blob: 2eaaec439885af3b791951b9811f4fb9346131ca [file] [log] [blame] [edit]
#include "passes/intrinsics-module.h"
static const char theModule[] = {
@WASM_INTRINSICS_EMBED@
};
namespace wasm {
const char* IntrinsicsModuleWast = theModule;
}