LiaoPeng

Results 3 issues of LiaoPeng

- Implement set.forEach method

enhancement

Implement the date standard library Finished: - [x] getFullYear, getMonth, getDate, getDay, getHours, getMinutes, getSeconds, getMilliseconds - [x] setFullYear, setMonth, setDate, setHours, setMinutes, setSeconds, setMilliseconds - [x] get UTC timestamp...

enhancement

As the description, the module provider runtime for WebAssembly modules. I used `AssemblyScript` to compile the typescript file to wasm. ```typescript export function add(x: u64, y: u64): u64 { return...