You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal is to have a translator which takes a wasm module (called the "helper") and a list of imports. The current module is searched for the list of imports. If found, the import is removed and the function from the helper is copied in.
From: https://github.com/ewasm/ewasm-cleanup#libc-methods
Goal is to have a translator which takes a wasm module (called the "helper") and a list of imports. The current module is searched for the list of imports. If found, the import is removed and the function from the helper is copied in.
The first two to start with:
memcpy(i32, i32, i32) -> i32
from https://github.com/ewasm/ewasm-cleanup/blob/master/memcpy.wastmemset(i32, i32, i32)
from https://github.com/ewasm/ewasm-cleanup/blob/master/memset.wastThe text was updated successfully, but these errors were encountered: