Lines Matching defs:wasm
16 #include "src/wasm/function-body-decoder.h"
17 #include "src/wasm/wasm-constants.h"
18 #include "src/wasm/wasm-features.h"
19 #include "src/wasm/wasm-module.h"
20 #include "src/wasm/wasm-result.h"
27 namespace wasm {
153 // Decodes the bytes of a wasm module between {module_start} and {module_end}.
167 // Decodes the bytes of a wasm function between
187 // Extracts the mapping from wasm byte offset to asm.js source position per
257 } // namespace wasm