aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_wasm_js.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime_wasm_js.go')
-rw-r--r--src/runtime/runtime_wasm_js.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/runtime_wasm_js.go b/src/runtime/runtime_wasm_js.go
index c735c76fc..443ed9e2e 100644
--- a/src/runtime/runtime_wasm_js.go
+++ b/src/runtime/runtime_wasm_js.go
@@ -44,8 +44,8 @@ func nanosecondsToTicks(ns int64) timeUnit {
// This function is called by the scheduler.
// Schedule a call to runtime.scheduler, do not actually sleep.
//
-//export runtime.sleepTicks
+//go:wasmimport gojs runtime.sleepTicks
func sleepTicks(d timeUnit)
-//export runtime.ticks
+//go:wasmimport gojs runtime.ticks
func ticks() timeUnit