Binding your WebAssembly and JavaScript with wasm-bindgen
WebAssembly can only send and receive number between JavaScript and WebAssemb...
For further actions, you may consider blocking this person and/or reporting abuse
Hi there! I just started with these blog post series and it has been great so far, congratulations!
I only detected an issue regarding the webpack configuration. The config file should be named
webpack.config.jsso webpack read it automatically. If it doesn't use the default name you need to provide the--configflag. (source: webpack.js.org/configuration/)Cheers!
Thanks I updated the post.
Thank you for the taking the time and effort for writing this excellent post series!
For the case later posts don't mention wasm-pack, I'll do it here. It seems to mewasm-packsimplifies development process and do more code optimization.Indeed
wasm-packgot it's own blog post Build, test, pack and publish WASM modules with wasm-pack.