Sebastien Guillemot
Sebastien Guillemot
Right now, the docs to use WASM components from JS are fairly long: https://component-model.bytecodealliance.org/language-support/importing-and-reusing-components/javascript.html#using-jco-transpile-to-run-components-from-javsacript I wanted to make something easier for people to use, so I created two custom loaders:...
Version: Deno 2.5.0 ## Previous state of things Previously, there was a bug where `remoteAddress` was missing in the `Socket` type inside a `IncomingMessageForServer` (fixed by #18733): [see code]( https://github.com/denoland/deno/pull/18733/files#diff-69d00f5b460a228c15fb5e7a295a82d91eced39e42c44f6b83055232daca3ffaR550-R552)...
I would like to be able to import WASM components directly from Deno and get rich type support (including complex object types). Currently it's not supported by Deno, and I...