aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm/README.md
Commit message (Collapse)AuthorAgeFilesLines
* bump wasm-pack versionbrian horakh2023-09-301-1/+1
|
* typobrian horakh2023-09-301-1/+1
|
* Enable 'std' feature on critical-section for WASMUlf Lilleengen2022-08-231-1/+1
| | | | | | This fixes the WASM support which was failing due to missing critical-section implementation. This also upgrades the bindgen dependency and ensures that tooling works.
* Add WASM support for executorUlf Lilleengen2021-09-131-0/+26
* 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