jackrun123

Results 1 issues of jackrun123

wasm的方法由get_header_j改成了a方法,调用的参数debug看起来没什么变化 ``` 旧:export function get_header_j(a:int, b:int, c:int, d:long_ptr, e:int, f:ubyte_ptr, g:long_ptr, h:int, i:int, j:long_ptr, k:int):int 新:export function a(a:int, b:int, c:int, d:int, e:int, f:ubyte_ptr, g:int, h:int_ptr, i:int, j:int, k:int):int ``` js调用方法在vendor...