We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1f015 commit 3cef598Copy full SHA for 3cef598
ReleaseNotes.md
@@ -1,3 +1,5 @@
1
* Merged [PR #1](https://github.com/aaronpowell/webpack-golang-wasm-async-loader/pull/1) to update to Go 1.12
2
* Added error handling support
3
-* Improved examples
+* Improved examples
4
+* Added better support for Node.js
5
+* Reworked the demos to have web and node examples
package.json
@@ -1,6 +1,6 @@
{
"name": "golang-wasm-async-loader",
- "version": "0.3.2",
+ "version": "0.4.0",
"description": "Golang WebAssembly loader for webpack that generates an async pattern for working with Go's WebAssembly output",
"main": "dist/index.js",
6
"scripts": {
0 commit comments