From 3d4a0af16f639f54f44d68b17a0e1282817713f9 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:24:16 +0200 Subject: [PATCH] Corrected lib/challenge/wasm/interface/interface.go path on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 776d04d..02561df 100644 --- a/README.md +++ b/README.md @@ -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