code-wasm 1.1.2 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/code_wasm.js CHANGED
@@ -106,6 +106,10 @@ function __wbg_get_imports() {
106
106
  const ret = arg0.length;
107
107
  return ret;
108
108
  },
109
+ __wbg_now_8b265300afd5f2b9: function() {
110
+ const ret = Date.now();
111
+ return ret;
112
+ },
109
113
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
110
114
  // Cast intrinsic for `Ref(String) -> Externref`.
111
115
  const ret = getStringFromWasm0(arg0, arg1);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-wasm",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Run Code — a language with no user-defined functions, particle emission for behavior, and browser-embeddable third-party modules — in any browser or JS host. A small WASM bridge around the language's real parser and interpreter.",
5
5
  "type": "module",
6
6
  "main": "dist/code_wasm.js",