fun

Results 26 comments of fun

``` javascript 'use strict' var arr = [1,2,3,4,5,6,7,8,9,0]; var group = [[],[],[],[]]; (function split(arr, group) { // you code here var personSize = arr.length; var groupSize = group.length; var average...

i want test a wasm moudle and pass a i64 param to a function

http://votetracker.eosmedi.com/code.wast this wasm module is a smart contract running on eos platform https://github.com/eosio/eos my goal is execute this module in javascript,but the 'apply' function only accept the 3 i64 parameters...

thanks a lot, merry christmas! I notice you will come to HanZhou for [D2](http://d2forum.alibaba-inc.com/#/index?_k=d4za2w) in next month, maybe I will come too! welcome to china !

wow, it's really helpful for me. this file is compiled by https://github.com/EOSIO/eosio.cdt

webassembly in blockchain project are very popular.

https://github.com/EOSIO/eos/blob/master/libraries/chain/webassembly/wavm.cpp

https://github.com/EOSIO/eosio.cdt/blob/10dc7187d754ce8348f6f57c21560067456a787c/external/wabt/src/wast-lexer.cc https://github.com/EOSIO/eos/blob/905e7c85714aee4286fa180ce946f15ceb4ce73c/libraries/wasm-jit/Source/Runtime/LLVMEmitIR.cpp https://github.com/search?p=1&q=org%3AEOSIO+gt_u&type=Code these file maybe helpful

https://github.com/EOSIO/eosio.cdt/blob/10dc7187d754ce8348f6f57c21560067456a787c/external/wabt/src/interp.cc