aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/uapi_js.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ipc/uapi_wasm.go (renamed from ipc/uapi_js.go)4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/uapi_js.go b/ipc/uapi_wasm.go
index be36b5d..fa84684 100644
--- a/ipc/uapi_js.go
+++ b/ipc/uapi_wasm.go
@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
*/
package ipc
-// Made up sentinel error codes for the js/wasm platform.
+// Made up sentinel error codes for {js,wasip1}/wasm.
const (
IpcErrorIO = 1
IpcErrorInvalid = 2