gaukas / watm

WebAssembly Transport Module
GNU General Public License v3.0
1 stars 0 forks source link

TODO: complete uTLS examples #9

Closed gaukas closed 7 months ago

gaukas commented 8 months ago

Before we can call utls.wasm complete, the following must be done:

erikziyunchi commented 8 months ago

Also maybe good to have the same behavior with loading at the Rust-side runtime.

gaukas commented 8 months ago

I think it should given the WATM itself isn't designed per target runtime but per target spec/API version, but it is good to keep in mind. I feel it is worth to nitpick and fix all the discrepancies between the two runtime libraries we have for now.