Searched refs:CompileWasmModule (Results 1 – 1 of 1) sorted by relevance
137 static JSVM_Value CompileWasmModule(const char *path) in CompileWasmModule() function148 static JSVM_Value CompileWasmModule(const std::string &path) in CompileWasmModule() function150 return CompileWasmModule(path.c_str()); in CompileWasmModule()279 JSVM_Value wasmModule = CompileWasmModule(wasmPath + "add.wasm");307 auto wasmModule = CompileWasmModule(wasmFile);361 auto wasmModule = CompileWasmModule(wasmPath + "add.wasm");492 JSVM_Value wasmModule = CompileWasmModule(wasmPath + "imports.wasm");625 auto wasmModule = CompileWasmModule(wasmPath + "add.wasm");677 auto wasmModule = CompileWasmModule(wasmPath + "simple.wasm");700 auto wasmModule = CompileWasmModule(wasmPath + "simple.wasm");[all …]