You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to compile, say, BROTLI to a WASM module and run it on any language and on any platform supporting WASM, but WASM_bindgen seems limited to the browser unless I am missing something? The generated WASM code appears to import tings from Javascript which aren't available otherwise.
Additional Details
The error messages involve something called 'wbindgen_placeholder'.
The text was updated successfully, but these errors were encountered:
You might be interested in wit-bindgen, which is a work-in-progress project that does bindings generation similar to wasm-bindgen for multiple languages/hosts. It's not at all stable yet, though.
Summary
It would be nice to compile, say, BROTLI to a WASM module and run it on any language and on any platform supporting WASM, but WASM_bindgen seems limited to the browser unless I am missing something? The generated WASM code appears to import tings from Javascript which aren't available otherwise.
Additional Details
The error messages involve something called 'wbindgen_placeholder'.
The text was updated successfully, but these errors were encountered: