Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	writeUleb128(ctxt.Out, numElements) // min
    
    	writeSecSize(ctxt, sizeOffset)
    }
    
    // writeMemorySec writes the section that declares linear memories. Currently one linear memory is being used.
    // Linear memory always starts at address zero. More memory can be requested with the GrowMemory instruction.
    func writeMemorySec(ctxt *ld.Link, ldr *loader.Loader) {
    	sizeOffset := writeSecHeader(ctxt, sectionMemory)
    
    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