wasm_safe_mutex 0.2.1

A suite of WebAssembly-safe synchronization primitives that paper over platform-specific locking constraints.
Documentation
1
2
3
4
#!/bin/bash
set -e
scripts/native/check "$@"
scripts/wasm32/check "$@"