Is wasm possible inline function in local area? JV...
# webassembly
h
Is wasm possible inline function in local area? JVM(X), JS(O), WASM(???) Furthermore, if I use local inline functions in Common, will there be any issues on the JVM(sorry about JVMquestion ^^)?
s
Yes, Wasm platform supports local inline functions. But you can’t use them in common code if you want to compile it to JVM.
h
thanks