I'd like to add my desire to have this added as well. I'm working on getting Rust working via wasm-bindgen (the "blessed" wasm implementation for Rust) and I've had a number of hoops to jump through in order to get it working. The most recent one is the Rust wasm javascript shim using Buffer.from()
and Buffer.byteLength
but failing because Buffer
is unavailable.
aphistic
@aphistic
1
Posts
968
Profile views
0
Followers
0
Following
Posts made by aphistic
-
RE: Allow access to node's Buffer class