Corrected lib/challenge/wasm/interface/interface.go path on README

This commit is contained in:
WeebDataHoarder
2025-04-13 20:24:16 +02:00
parent a5be4faa8a
commit 3d4a0af16f

View File

@@ -394,11 +394,11 @@ func (p Allocation) Size() uint32 {
// MakeChallenge MakeChallengeInput / MakeChallengeOutput are valid JSON.
// See lib/challenge/interface.go for a definition
// See lib/challenge/wasm/interface/interface.go for a definition
func MakeChallenge(in Allocation[MakeChallengeInput]) Allocation[MakeChallengeOutput]
// VerifyChallenge VerifyChallengeInput is valid JSON.
// See lib/challenge/interface.go for a definition
// See lib/challenge/wasm/interface/interface.go for a definition
func VerifyChallenge(in Allocation[VerifyChallengeInput]) VerifyChallengeOutput
func malloc(size uint32) uintptr