5 lines
91 B
Go
5 lines
91 B
Go
//go:build !wasi
|
|
|
|
package exec
|
|
|
|
func _exec(ptr, size uint32) (ptrSize uint64) { return 0 }
|