Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeImportSec (0.23 sec)

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

    		for _, v := range t.Results {
    			ctxt.Out.WriteByte(byte(v))
    		}
    	}
    
    	writeSecSize(ctxt, sizeOffset)
    }
    
    // writeImportSec writes the section that lists the functions that get
    // imported from the WebAssembly host, usually JavaScript.
    func writeImportSec(ctxt *ld.Link, hostImports []*wasmFunc) {
    	sizeOffset := writeSecHeader(ctxt, sectionImport)
    
    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