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
It looks like Func.call can only be called with comptime known values.
I'm not sure if this was missed because all the examples only use literals, or if the semantic of zig has changed recently.
Not being able to call functions with dynamic values makes calling them rather moot, so I'll see what I can do to fix this 😅
It looks like
Func.call
can only be called withcomptime
known values.I'm not sure if this was missed because all the examples only use literals, or if the semantic of zig has changed recently.
Not being able to call functions with dynamic values makes calling them rather moot, so I'll see what I can do to fix this 😅
Code in question is here:
wasm-zig/src/main.zig
Lines 170 to 186 in 8f9a0d1
The text was updated successfully, but these errors were encountered: