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
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
I'm just going to keep a running list of things that sometimes break:
Anything that relies on common::stamp.
NaN tagging in closure captures, for whatever reason.
I need to add something along the lines of a wasm feature flag that replaces these dependencies - as for stamp, this can be removed and replaced with the hoisting step, we just need to do variable hoisting before macro expansion.
The text was updated successfully, but these errors were encountered:
I'm just going to keep a running list of things that sometimes break:
common::stamp
.I need to add something along the lines of a
wasm
feature flag that replaces these dependencies - as for stamp, this can be removed and replaced with the hoisting step, we just need to do variable hoisting before macro expansion.The text was updated successfully, but these errors were encountered: