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

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright 2023 The Prime Citizens
     3  
     4  //go:build wasm
     5  
     6  package bindings
     7  
     8  //go:wasmimport ffi/js.core exit
     9  //go:noescape
    10  func Exit(code int32)