Closed DenialAdams closed 1 year ago
Can be observed in this sample program:
https://github.com/exoticorn/microw8/blob/master/examples/rust/tunnel.rs
Since wasm doesn't give us this "for free", we'll have to add a runtime implementation ourself and call when appropriate.
As a workaround, forcing a store (by going to an intermediate local) should resolve the issue
overflow has the same issue. bleh. we could just insert a store followed by a load to force the wrapping?
Created #45 for overflow
Closed in d8300c8
Can be observed in this sample program:
https://github.com/exoticorn/microw8/blob/master/examples/rust/tunnel.rs
Since wasm doesn't give us this "for free", we'll have to add a runtime implementation ourself and call when appropriate.
As a workaround, forcing a store (by going to an intermediate local) should resolve the issue