Skip to content

Add env object to WASIContext to pass an externally defined Memory object into the WebAssembly context #100

Add env object to WASIContext to pass an externally defined Memory object into the WebAssembly context

Add env object to WASIContext to pass an externally defined Memory object into the WebAssembly context #100

name: Run Tests on PR
"on": pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install dependencies
run: npm run bootstrap
- name: Build Runno
run: npm run build
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run your tests - this might fail if playwright version is outdated
run: npm run test
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
with:
name: playwright-report
path: playwright-report