GHC.HsToCore.Foreign.Wasm
dsWasmJSImport :: Id -> Coercion -> CImportSpec -> Safety -> DsM ([Binding], CHeader, CStub, [Id]) Source #
dsWasmJSExport :: Id -> Coercion -> CLabelString -> DsM (CHeader, CStub, String, [Id], [Binding]) Source #