It appears that in https://github.com/onflow/cadence-tools/pull/228, I inadvertently introduced a regression into the WASM LS & was also missing certain necessary JS changes to the WASM NPM package.
This PR does the following:
Fixes regression with only address being used for address identifiers (i.e. "0000000000000001" instead of "0000000000000001.HelloWorld")
Adds WASM integration tests into the test CI job & creates tests for each of the import resolvers
closes #249
Description
It appears that in https://github.com/onflow/cadence-tools/pull/228, I inadvertently introduced a regression into the WASM LS & was also missing certain necessary JS changes to the WASM NPM package.
This PR does the following:
getStringCode
resolver introduced in https://github.com/onflow/cadence-tools/pull/228I've also manually tested both import resolvers for the WASM LS package in the Flow Playground manually.
master
branchFiles changed
in the Github PR explorer