github.com/primecitizens/pcz/std@v0.2.1/ffi/js/callback_js_wasm.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright 2023 The Prime Citizens
     3  
     4  //go:build !noos && js && wasm
     5  
     6  package js
     7  
     8  //go:noescape
     9  func callDispatcher(
    10  	recv, targetPC uintptr, ctx *CallbackContext, dispFn uintptr,
    11  )