Mike

Results 88 issues of Mike

## Simple Summary Add new wasm32-unkonw-unkonw/unknow_wasm target in TinyGo. Use this target to generate clean wasm which have no dependecies on JS or WASI. ## Abstract In the current implementation,...

enhancement
next-release

reproducer code ``` package main import ( "fmt" "reflect" ) type A struct { a string } func main() { v := reflect.ValueOf(A{"xxxx"}) fmt.Println(v.Interface()) } ``` go run main.go {xxxx}...

bug
next-release

code ``` func main() { fmt.Sprintf("%#v", struct { str string }{str: "asdasdasda"}) } ``` err message ``` panic: (reflect.Value).Interface: unexported error: failed to run compiled binary /var/folders/_v/lltqd75s3tsdpkr65klgzwch0000gn/T/tinygo2195710682/main: signal: abort trap...

enhancement
next-release

### 链服务模块 / Chain Service Components - [ ] venus - [ ] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档...

C-bug
P2
venus-market

### 链服务模块 / Chain Service Components - [ ] venus - [ ] venus-auth - [ ] venus-gateway - [X] venus-messager - [ ] venus-miner - [ ] 文档 /...

C-enhancement

### Checklist - [X] This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - [X] This is **not**...

P2
venus-market
BU-deal-service

### Checklist - [X] This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - [X] This is **not**...

P1
venus-market
BU-deal-service

### Discussed in https://github.com/filecoin-project/venus/discussions/4947 Originally posted by **hunjixin** June 20, 2022 ### Checklist - [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security...

P2
venus-market

### 链服务模块 / Chain Service Components - [ ] venus - [ ] venus-auth - [ ] venus-gateway - [X] venus-messager - [ ] venus-miner - [ ] 文档 /...

P3
venus-messager
C-enhancement

### Checklist - [X] This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - [X] This is **not**...

P3
BU-chain-service
C-enhancement