code.icb4dc0.de/buildr/wasi-module-sdk-go@v0.0.0-20230524201105-cc52d195017b/imports_stub.go (about)

     1  //go:build !wasi
     2  
     3  package sdk
     4  
     5  func _log_msg(ptr, size uint32) {}
     6  
     7  func _get_state(ptr, size uint32) (ptrSize uint64) { return 0 }
     8  
     9  func _set_state(ptr, size uint32) (ptrSize uint64) { return 0 }