...

Text file src/runtime/preempt_wasm.s

Documentation: runtime

     1// Code generated by mkpreempt.go; DO NOT EDIT.
     2
     3#include "go_asm.h"
     4#include "textflag.h"
     5
     6TEXT ·asyncPreempt(SB),NOSPLIT|NOFRAME,$0-0
     7	// No async preemption on wasm
     8	UNDEF

View as plain text