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
Brought in the keccak256 code from https://github.com/ewasm/evm2wasm/blob/master/wasm/ but I haven't yet figured out how to link it in. For now it lives as an extern in the "ethereum" namespace, but that won't work unless we want to add it as an EEI method.
Brought in the keccak256 code from https://github.com/ewasm/evm2wasm/blob/master/wasm/ but I haven't yet figured out how to link it in. For now it lives as an extern in the "ethereum" namespace, but that won't work unless we want to add it as an EEI method.
Opened AssemblyScript/assemblyscript#194 to look into how to do the linking against a wast/wasm in AS.
The text was updated successfully, but these errors were encountered: