aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm
Commit message (Collapse)AuthorAgeFilesLines
...
* embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-1/+1
|
* Update versions of critical-section and atomic-polyfillUlf Lilleengen2021-11-021-1/+1
|
* Update version of critical-sectionUlf Lilleengen2021-09-131-1/+1
|
* Add WASM support for executorUlf Lilleengen2021-09-134-0/+105
* 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