webasm-solidity icon indicating copy to clipboard operation
webasm-solidity copied to clipboard

[DEPRECATED] On-chain interpreter for WebAssembly written in Solidity

Results 25 webasm-solidity issues
Sort by recently updated
recently updated
newest added

Need to be able to timeout if a task doesnt get solved for a period of time Need to be able to timeout if the solver doesnt post solution in...

Right now the wasmInterpreterPath is expected to be ../ from the cwd. It would be best to be able to input the path as a parameter somewhere. Perhaps splitting up...

Before a normal wasm task is submitted there can also be a preprocessing step. This preprocessing can involve a pipeline Pipeline ----------- -Preprocess code (initialize wasm task) -Floating point -Metering...

Make sure we do not get stuck when trying to load IPFS files.

There should be a way to run the WASM tests using the Solidity offchain interpreter.

help wanted

when running `sh compile.sh` with solc 0.4.19 i get the following error and warnings: ``` fs.sol:126:43: Warning: Unused function parameter. Remove or comment out the variable name to silence this...

Put stuff to different directories.

enhancement

Test and implement the handling run time errors properly.

enhancement

The task giver needs to be able to set the VM parameters like how much memory is available, stack size etc. Then there has to be a way to build...

enhancement

Need to find out how to handle signing messages.

enhancement