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
t.Skip("this wasm build results in: abort: IO in ~lib/wasi_process.ts(177:16)")
u.RunFixture("compileFor",...) is actually not building the wasm file but rather using a pushed version that is old and not compatible. That also goes against the test itself which is suppose to test the build.
I think along a refactor done dome time ago, the behavior of compileFor was modified causing the issue.
The text was updated successfully, but these errors were encountered:
Some tests in mokey are being skipped. the solution is quite simple. In:
tau/services/monkey/fixtures/compile/function_w_test.go
Line 20 in 8bf90b9
u.RunFixture("compileFor",...)
is actually not building the wasm file but rather using a pushed version that is old and not compatible. That also goes against the test itself which is suppose to test the build.I think along a refactor done dome time ago, the behavior of compileFor was modified causing the issue.
The text was updated successfully, but these errors were encountered: