diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2021-06-04 03:33:10 +0430 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-06-04 16:07:42 +0430 |
commit | 23fd8bfd691477fc5991c85c834abd741841b828 (patch) | |
tree | 68c6c128227a9a5b3d60d4ca4193278bab9c53f0 /Userland/Libraries/LibWasm | |
parent | be62e4d1d7a8c5e58f864dd893dc6042c96e330f (diff) | |
download | serenity-23fd8bfd691477fc5991c85c834abd741841b828.zip |
Userland/wasm: Replace manual noop export with an automatic one
Instead of manually specifying the types and names of imports to stub
out, `--export-noop` can be used to export stub functions for any
unresolved function import.
This makes running and debugging random wasm files much easier.
Diffstat (limited to 'Userland/Libraries/LibWasm')
0 files changed, 0 insertions, 0 deletions