yewstack / prokio

An asynchronous runtime compatible with WebAssembly and non-WebAssembly targets.
Apache License 2.0
66 stars 6 forks source link

Enable prokio for wasm32-wasi (tokio) #1

Open futursolo opened 2 years ago

futursolo commented 2 years ago

Tokio has just landed support for wasm32-wasi. However, wasi misses some essential features for Yew Runtime to become useful under wasi.

wasi can be used for:

This issue tracks the tokio features required to land wasi support for Yew Runtime:

ranile commented 1 year ago

@futursolo can you transfer this issue to the correct repository?

futursolo commented 9 months ago

multi-threading support so multiple CPU cores can be utilised.

After an attempt in #12, I have reached a conclusion that this is required for prokio to function properly.