We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4f9af commit f43eb82Copy full SHA for f43eb82
s/rv64.ss
@@ -112,10 +112,17 @@
112
(module (md-handle-jump) ; also sets primitive handlers
113
(import asm-module)
114
115
+
116
)
117
118
;;; SECTION 3: assembler
-(module asm-module ()
119
+(module asm-module (; required exports
120
+ asm-foreign-call)
121
122
+ (module (asm-foreign-call asm-foreign-callable)
123
+ (define-who asm-foreign-call
124
+ (with-output-language (L13 Effect)
125
+ (
126
127
128
0 commit comments