Lines Matching defs:wasm
16 #include "src/wasm/leb-helper.h"
17 #include "src/wasm/local-decl-encoder.h"
18 #include "src/wasm/value-type.h"
19 #include "src/wasm/wasm-module.h"
20 #include "src/wasm/wasm-opcodes.h"
21 #include "src/wasm/wasm-result.h"
26 namespace wasm {
236 // Delta-encoded mapping from wasm bytes to asm.js source positions.
250 // Static representation of wasm element segment (table initializer). This is
251 // different than the version in wasm-module.h.
492 } // namespace wasm