E0044#
内联 wasm 代码不合法
The inline wasm code refers to unbound function.
错误示例#
///|
extern "wasm" fn g() =
#| (func $g (call $does_not_exist))
建议#
If you know that such a function does exist, manually override suppress the warning. Notice that the compilation error will result in an internal compiler error
moon.pkg.json#
{"warn-list": "-44"}