Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeExportSec (0.43 sec)

  1. src/cmd/link/internal/wasm/asm.go

    		}
    		ctxt.Out.WriteByte(0x0b) // end
    	}
    
    	writeSecSize(ctxt, sizeOffset)
    }
    
    // writeExportSec writes the section that declares exports.
    // Exports can be accessed by the WebAssembly host, usually JavaScript.
    // The wasm_export_* functions and the linear memory get exported.
    func writeExportSec(ctxt *ld.Link, ldr *loader.Loader, lenHostImports int) {
    	sizeOffset := writeSecHeader(ctxt, sectionExport)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:48 UTC 2024
    - 21.9K bytes
    - Viewed (0)
Back to top