Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeTableSec (0.1 sec)

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

    	}
    
    	writeSecSize(ctxt, sizeOffset)
    }
    
    // writeTableSec writes the section that declares tables. Currently there is only a single table
    // that is used by the CallIndirect operation to dynamically call any function.
    // The contents of the table get initialized by the "element" section.
    func writeTableSec(ctxt *ld.Link, fns []*wasmFunc) {
    	sizeOffset := writeSecHeader(ctxt, sectionTable)
    
    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