Skip to content

WASM Throttle Block Implementation #134

Answered by bastibl
JuliDi asked this question in Q&A
Discussion options

You must be logged in to vote

I tried to add it but have no real test case at the moment, could you checkout the most recent commit?

At the moment, the wasm stuff is all single-threaded (i.e., non-Send) but can be spawned in a WebWorker. The block_on function was missing the compile switch, which should be added now. Extending also the wasm stuff to multi-threaded would be possible but that's quite a bit of work and one needs to dive in to shared array buffers.

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
2 replies
@JuliDi
Comment options

@JuliDi
Comment options

Answer selected by JuliDi
Comment options

You must be logged in to vote
14 replies
@bastibl
Comment options

@JuliDi
Comment options

@JuliDi
Comment options

@bastibl
Comment options

@JuliDi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants