Lines Matching defs:wasm
5 #include "src/wasm/streaming-decoder.h"
12 #include "src/wasm/decoder.h"
13 #include "src/wasm/leb-helper.h"
14 #include "src/wasm/module-decoder.h"
15 #include "src/wasm/wasm-code-manager.h"
16 #include "src/wasm/wasm-limits.h"
17 #include "src/wasm/wasm-objects.h"
18 #include "src/wasm/wasm-result.h"
27 namespace wasm {
94 // The decoding of a stream of wasm module bytes is organized in states. Each
595 // TODO(wasm): This error message (and others in this class) is different
739 } // namespace wasm