We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's filter out some stuff before passing it to the backend:
others??
The text was updated successfully, but these errors were encountered:
We can use wasmparser to get some info on the wasm.
This is used in a wasmer PR.
When iterating over all operators, you can force error on any floating point ops
Sorry, something went wrong.
For validating imputs, we can use this library: https://docs.rs/wasm-nm/0.2.1/wasm_nm/fn.symbols.html as a pre-processing step
Get the list of imports and exports. Assert the following exports are all present:
query init handle allocate deallocate
Ensure that no more than the following imports are required:
i c_read i c_write i c_canonical_address i c_human_address
This issue is now published on WorksHub. If you would like to work on this issue you can start work on the WorksHub Issue Details page.
ethanfrey
Successfully merging a pull request may close this issue.
Let's filter out some stuff before passing it to the backend:
others??
The text was updated successfully, but these errors were encountered: