Skip to content

fix calling Component::init and OwnedComponent::status #176

fix calling Component::init and OwnedComponent::status

fix calling Component::init and OwnedComponent::status #176

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Run tests
run: ./test.sh