Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/runOnModuleCode
/
.
/
src
/
passes
/
WasmIntrinsics.cpp.in
blob: 46216842dcb4df73d5e556f509b194260208553b [
file
] [
log
] [
blame
] [
edit
]
#include
"passes/intrinsics-module.h"
static
const
char
theModule
[
@WASM_INTRINSICS_SIZE@
]
=
{
@WASM_INTRINSICS_EMBED@
};
namespace
wasm
{
const
char
*
IntrinsicsModuleWast
=
theModule
;
}