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
We should extend our test suite to also cover the browser portion. We leanred earlier this week that Go will actually change the wasm_exec.js from time to time. To increase confidence in the changes we make, we should also extend the test suite to exercise the browser portion of the system.
Steps To Completion
Within the integration tests, spin a simple node.js process (or some headless browser system) that's loaded with the sample WASM client.
In addition to the Go client, use the above client within the integration tests (by Go version) to exercise full end to end behavior.
The text was updated successfully, but these errors were encountered:
We should extend our test suite to also cover the browser portion. We leanred earlier this week that Go will actually change the
wasm_exec.js
from time to time. To increase confidence in the changes we make, we should also extend the test suite to exercise the browser portion of the system.Steps To Completion
node.js
process (or some headless browser system) that's loaded with the sample WASM client.The text was updated successfully, but these errors were encountered: