feat(p3): implement wasi:tls (#12834)
* Split off p2-specific bits into submodule
* Vendor the 0.3.0-draft WIT files
* Host traits scaffolding
* Rename p2 test
* Work around bug in `tokio-native
feat(p3): implement wasi:tls (#12834)
* Split off p2-specific bits into submodule
* Vendor the 0.3.0-draft WIT files
* Host traits scaffolding
* Rename p2 test
* Work around bug in `tokio-native-tls`
* Create error type
* Implement p3
Co-authored-by: Roman Volosatovs <[email protected]>
* Fix test on Windows' SChannel
Same reason as described in https://github.com/bytecodealliance/wasmtime/pull/11064
* Satisfy clippy
* Fix typo
---------
Co-authored-by: Roman Volosatovs <[email protected]>
show more ...
|