@@ -39,6 +39,21 @@ async function createInstantiator(options, swift) {
39
39
swift_js_throw : unexpectedBjsCall ,
40
40
swift_js_retain : unexpectedBjsCall ,
41
41
swift_js_release : unexpectedBjsCall ,
42
+ swift_js_push_tag : unexpectedBjsCall ,
43
+ swift_js_push_int : unexpectedBjsCall ,
44
+ swift_js_push_f32 : unexpectedBjsCall ,
45
+ swift_js_push_f64 : unexpectedBjsCall ,
46
+ swift_js_push_string : unexpectedBjsCall ,
47
+ swift_js_pop_param_int32 : unexpectedBjsCall ,
48
+ swift_js_pop_param_f32 : unexpectedBjsCall ,
49
+ swift_js_pop_param_f64 : unexpectedBjsCall ,
50
+ swift_js_return_optional_bool : unexpectedBjsCall ,
51
+ swift_js_return_optional_int : unexpectedBjsCall ,
52
+ swift_js_return_optional_string : unexpectedBjsCall ,
53
+ swift_js_return_optional_double : unexpectedBjsCall ,
54
+ swift_js_return_optional_float : unexpectedBjsCall ,
55
+ swift_js_return_optional_heap_object : unexpectedBjsCall ,
56
+ swift_js_return_optional_object : unexpectedBjsCall ,
42
57
}
43
58
} ,
44
59
/** @param {WebAssembly.Instance } instance */
0 commit comments