pub unsafe extern "C" fn CompileWasmModule( cx: *mut JSContext, options: *const ReadOnlyCompileOptions, srcBuf: *mut u8, ) -> *mut JSObject
Compile the given wasm source buffer as an evaluation phase module record.