Add WASM support for executor
* Adds an executor for WASM runtimes based on wasm_bindgen. * Add time driver based on JS time handling. * Add example that can run in browser locally. * Update to critical-section version that supports 'std' flag
This commit is contained in:
parent
f1c35b40c7
commit
e24528051b
18 changed files with 414 additions and 8 deletions
.github/workflows
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -94,6 +94,8 @@ jobs:
|
|||
target: thumbv6m-none-eabi
|
||||
- package: examples/stm32g0
|
||||
target: thumbv6m-none-eabi
|
||||
- package: examples/wasm
|
||||
target: wasm32-unknown-unknown
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue