Yo Han Joo

Results 11 issues of Yo Han Joo

### Motivation wasm-micro-runtime seems to support nuttx/freertos. are there any plans for wasmer to support freeRTOS? or what kind of limitations does exist regarding wasmer supporting FreeRTOS? Would be grateful...

🎉 enhancement

Fixes this issue here: https://github.com/tinygo-org/tinygo/issues/4464 Changed to fit the README.md on the [tinygo-org/tinygo](https://github.com/tinygo-org/tinygo) repository.

For this code: ```go package main //go:wasmimport yourmodulename add func add(x, y uint32) uint32 { return x + y } // main is required for the `wasip1` target, even if...

Is there anyone who has tried ddd with transactions?

I followed the guide for using openSSL with Docker since the first option did not work. I am trying to build for Raspberry Pi (64-bit) Here's the dockerfile I used...

I get this error: ```sh error[E0223]: ambiguous associated type --> /home/esp/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.9.1/src/c_string.rs:181:17 | 181 | Err(FromBytesWithNulError::InteriorNul { position }) => { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | help: if there were a trait named...

### Describe the bug Several props seems to be missing when moving from `v1` to `v2` with drop-in replacement. ### 1. The `onWidthChange` does not exist anymore ```tsx const ReactGridLayout...

Hi! Is there a planned support for WASI? I want to try building WASI applications with embassy, but couldn't find any resources.

fixes #1757

auto:no-head-branch

**Describe the bug** When I use this action, it gets stuck on m4 mac mini self hosted runner. **To Reproduce** ```yaml - name: Login to Amazon ECR id: login-ecr uses:...