Mike

Results 110 comments of Mike

> https://github.com/tinygo-org/tinygo/blob/release/src/reflect/value.go#L135-L149 yeap, i have dig here, its Uintptr type, maybe can convert this value to unsafe.Pointer and return. its okay?

@dankegel In fact, it may not be used, but it's in the init, and it fails in the initAll func when just start program....

very said, this is the dependency of the project's dependency, and most of the functions are not used. I just want to make it as easy as possible to get...

@deadprogram plan to use this feature?

@dgryski barewasm seems a reasonable tag name. I think developers are very much in need of https://github.com/tinygo-org/tinygo/issues/3068. Although WASM was originally designed for browser front-end development, new use cases are...

> for the bikeshed I think 'freestanding' is in use for wasm for something similar (maybe zig?) would be cool to use common conventions esp if there aren't strong feelings...

@codefromthecrypt please help to retry the ci?

> How far is the progress on this? I would really like to use this to make an [shfmt](https://github.com/mvdan/sh) plugin for [dprint](https://dprint.dev/). dprint?this pr remove all print support

> dprint is a code formatter written in Rust that supports plugins in bare wasm. The only thing These wasm files have to do is export some functions that dprint...

> Yes. I want to create a wasm binary including the shfmt shell formatter that is written in Go. Thus the plugin itself must also be written in Go, as...